Explorar o código

github: Attempt to run workflow test at every push and PR.

parazyd %!s(int64=4) %!d(string=hai) anos
pai
achega
0bcd251a87
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      .github/workflows/rust-build.yml

+ 1 - 5
.github/workflows/rust-build.yml

@@ -1,10 +1,6 @@
 name: Build and Test
 
-on:
-    push:
-        branches:
-            - master
-        pull_request:
+on: [push, pull_request]
 
 jobs:
     compile-and-test: