Browse Source

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

parazyd 4 years ago
parent
commit
0bcd251a87
1 changed files with 1 additions and 5 deletions
  1. 1 5
      .github/workflows/rust-build.yml

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

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