Sfoglia il codice sorgente

Fix branches used by Github Actions CI

Alex Szpakowski 3 anni fa
parent
commit
ac9e3952ce
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 4
      .github/workflows/build.yml

+ 1 - 4
.github/workflows/build.yml

@@ -1,8 +1,5 @@
 name: "build-and-test"
-on:
-  push:
-    branches:
-      - master
+on: [push, pull_request]
 
 env:
   ACTIONS_ALLOW_UNSECURE_COMMANDS: true  # required for leafo/gh-actions-lua