mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 06:31:44 +00:00
Workflow: Only build releases on main branch
This commit is contained in:
parent
c364b20bac
commit
8cc9296371
1 changed files with 1 additions and 0 deletions
1
.github/workflows/compile-and-release.yml
vendored
1
.github/workflows/compile-and-release.yml
vendored
|
@ -3,6 +3,7 @@ on: [push]
|
|||
jobs:
|
||||
Compile-QC:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Clone Repository
|
||||
|
|
Loading…
Reference in a new issue