Skip to content

Commit

Permalink
fix branch trigger for image (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry authored Aug 7, 2023
1 parent b49b6d7 commit f658d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: image
on:
pull_request:
push:
branches: [main]
branches: [master, release/**, test-me-*]

jobs:
image:
Expand Down

0 comments on commit f658d2b

Please sign in to comment.