Skip to content

Commit

Permalink
Update deploy-to-prod.yml
Browse files Browse the repository at this point in the history
Workflow should run for all (but deployment will still be skipped if not master)
  • Loading branch information
25Ericcheong authored May 18, 2024
1 parent e65d4cc commit bfd31f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ concurrency:
run-name: Building and Deploying
on:
push:
branches:
- "master"

pull_request:
branches:
- "dev"
- "feature-**/"
- "master"

env:
NODE_VERSION: 20.10.0
Expand Down

0 comments on commit bfd31f4

Please sign in to comment.