Skip to content

Commit

Permalink
Remove: run CI on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PooyaRaki committed Dec 23, 2024
1 parent 8b4eb22 commit 036979e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
parallel-finished: true

docker-publish-staging:
if: (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'notificationRecoverSignature'))
if: (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/notificationRecoverSignature'))
needs: [prettier, es-lint, tests-finish]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 036979e

Please sign in to comment.