Workflow: Only build releases on main branch

This commit is contained in:
unknown 2022-04-16 16:00:56 -04:00
parent c364b20bac
commit 8cc9296371

View file

@ -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