Skip to content

Commit

Permalink
delete me
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Sep 22, 2024
1 parent 834c5bb commit abb6c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with_pgo: false

name: ${{ matrix.job_name }}
if: startsWith(github.ref, 'refs/tags/v') # || github.ref == 'refs/heads/master'
if: startsWith(github.ref, 'refs/tags/v') || true # || github.ref == 'refs/heads/master'
runs-on: ${{ matrix.os }}
timeout-minutes: 150
env:
Expand Down

0 comments on commit abb6c56

Please sign in to comment.