Skip to content

Commit fcb9ab8

Browse files
committed
Cleanup workflow
1 parent 2af0fc9 commit fcb9ab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
deploy:
4242
needs: build
43-
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev')
43+
if: github.event_name == 'push' && (github.ref == 'refs/heads/main')
4444
runs-on: ubuntu-latest
4545

4646
permissions:

0 commit comments

Comments
 (0)