do not build arm in PRs
This commit is contained in:
parent
de9d362bf4
commit
7ab97dbe32
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package-ubuntu.yaml
vendored
2
.github/workflows/package-ubuntu.yaml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
permissions:
|
||||
contents: read
|
||||
|
||||
# if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
|
||||
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue