Skip to content

Commit 5bf84f1

Browse files
committed
chore: fix ci naming error
1 parent 3650c22 commit 5bf84f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
build-pull:
9292
name: "Build / Pull Request"
9393
runs-on: ubuntu-latest
94-
if: github.ref == 'refs/head/staging'
94+
if: github.ref == 'refs/heads/staging'
9595
steps:
9696
- uses: actions/checkout@v4
9797
- name: Create pull request

0 commit comments

Comments
 (0)