Skip to content

Commit

Permalink
build(Needs bump): Dont build PRs targeted to main
Browse files Browse the repository at this point in the history
  • Loading branch information
PocketMiner82 committed Apr 9, 2024
1 parent 59ce9f7 commit 8ae1ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build app on PR
on:
workflow_dispatch:
pull_request:
branches: [ main, dev ]
branches: [ dev ]


jobs:
Expand Down

0 comments on commit 8ae1ef9

Please sign in to comment.