Skip to content

Commit

Permalink
Do not buil on push to master as the auto-deploy script already does …
Browse files Browse the repository at this point in the history
…this

Keep the build on a PR targetting master
  • Loading branch information
bobbyshaw committed Jan 8, 2024
1 parent 8eb7cd1 commit 57a5ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Theme Bundling Test

on:
pull_request:
branches: [ master, main ]
branches: [ master, main ]
push:
branches: [ master, main ]
branches-ignore: [ master, main ]

jobs:
build:
Expand Down

0 comments on commit 57a5ffd

Please sign in to comment.