Skip to content

Commit

Permalink
fix(build): Update github workflow so that CI only runs on push, not …
Browse files Browse the repository at this point in the history
…on pull requests
  • Loading branch information
monotasker committed Jan 9, 2025
1 parent 8c8fd4c commit d9b7d53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
- "staging"
tags:
- release*
pull_request:
branches:
- main
- production
- staging
# pull_request:
# branches:
# - main
# - production
# - staging

env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit d9b7d53

Please sign in to comment.