Skip to content

Commit 38542ea

Browse files
committed
ci: fix check syntax for branch name
1 parent bdc270b commit 38542ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
image:
8888
needs: build
8989
# only on main and dev branch
90-
if: startsWith(github.ref, 'refs/heads/main') || github.ref == 'refs/heads/dev'
90+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: Check out code

0 commit comments

Comments
 (0)