Skip to content

Commit

Permalink
Fixed branch check for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed committed Nov 16, 2023
1 parent 05ce0a3 commit 3d62220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ jobs:
if: >
false &&
github.event_name == 'push' &&
github.head_ref == 'master'
github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
needs: [set-image, measurements]
defaults:
Expand Down

0 comments on commit 3d62220

Please sign in to comment.