| author | |
| committer | |
| log | 5453ec86eb3e9209f825d27c5b1693f0bc850286 |
| tree | 3c103bca9e049c15f98a6d9d6e5cfd14dfb9495e |
| parent | c24c6fe21083f291c52810921a2c74ba9ba794ef |
To get the CI to run on branches other than master, create a corresponding PR.1 files changed, 5 insertions(+), 1 deletions(-)
.github/workflows/ci.yaml+5-1| ... | ... | @@ -1,5 +1,9 @@ |
| 1 | 1 | name: ci |
| 2 | on: [push, pull_request] | |
| 2 | on: | |
| 3 | pull_request: | |
| 4 | push: | |
| 5 | branches: | |
| 6 | - master | |
| 3 | 7 | jobs: |
| 4 | 8 | x86_64-linux-debug: |
| 5 | 9 | outputs: |