Skip to content

Commit 05d93d9

Browse files
authored
cd fix (#24)
1 parent bac0608 commit 05d93d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Exit if not on main branch
13-
if: endsWith(github.ref, 'main') == false
13+
if: github.ref != 'refs/heads/main'
1414
run: exit -1
1515

1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)