Skip to content

Commit

Permalink
Add workflow trigger on pull request for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
erinysong committed Feb 24, 2024
1 parent 6b7b289 commit e091cb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-gov-zone-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
- es/107-zone-file-script
paths:
- .github/workflows/update-gov-zone-file.yml
pull_request:
branches:
- es/107-zone-file-script
paths:
- .github/workflows/update-gov-zone-file.yml

jobs:
update_zone_file:
Expand Down

0 comments on commit e091cb3

Please sign in to comment.