Skip to content

Commit

Permalink
Merge pull request #26 from deadsnakes/one-more-trigger-file
Browse files Browse the repository at this point in the history
add one more docker trigger file
  • Loading branch information
asottile authored Aug 30, 2023
2 parents 9f59969 + a14cfed commit 6345aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
on:
pull_request:
paths: [dockerfiles/*, .github/workflows/main.yml]
paths: [dockerfiles/*, .github/workflows/main.yml, bin/docker-build]
push:
branches: [main]
paths: [dockerfiles/*, .github/workflows/main.yml]
paths: [dockerfiles/*, .github/workflows/main.yml, bin/docker-build]

jobs:
main:
Expand Down

0 comments on commit 6345aa4

Please sign in to comment.