Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMc0 committed Aug 3, 2023
1 parent 54d39ff commit 97140a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build-and-test-single-arch:
runs-on: ubuntu-latest
timeout-minutes: 20
if: ! startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/develop')
if: (! startsWith(github.ref, 'refs/tags/')) || (! startsWith(github.ref, 'refs/heads/develop') )
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 97140a0

Please sign in to comment.