Skip to content

Commit 3a1e966

Browse files
committed
Fixing condition
1 parent 5856db7 commit 3a1e966

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
@@ -47,7 +47,7 @@ jobs:
4747
bin/rails test
4848
4949
deploy:
50-
if: github.ref == 'master' && github.event_name == 'push'
50+
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
5151
runs-on: ubuntu-latest
5252
needs: test
5353
environment:

0 commit comments

Comments
 (0)