Skip to content

Commit 30674e3

Browse files
chore: Use correct head ref
1 parent df92cdc commit 30674e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
branch-check:
2424
runs-on: ubuntu-latest
2525

26-
if: github.base_ref == 'development' && contains(github.head_ref, '/development')
26+
if: github.base_ref == 'development' && github.head_ref == 'development'
2727
steps:
2828
- uses: actions/github-script@v3
2929
with:

0 commit comments

Comments
 (0)