| author | |
| committer | |
| log | 779674aaca3436f894fa149f8149516f747252ca |
| tree | 205918a244bd323aa28936ed95a0db9d398d631d |
| parent | 60242d621078a4d41baf987709b89d4759dd3aac |
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,5 +1,9 @@ |
| 1 | name: ci | 1 | name: ci |
| 2 | on: [push, pull_request] | 2 | on: |
| 3 | pull_request: | ||
| 4 | push: | ||
| 5 | branches: | ||
| 6 | - master | ||
| 3 | jobs: | 7 | jobs: |
| 4 | x86_64-linux-debug: | 8 | x86_64-linux-debug: |
| 5 | outputs: | 9 | outputs: |