Skip to content

Commit

Permalink
Merge pull request #147 from Danil-Grigorev/label-change-job-trigger
Browse files Browse the repository at this point in the history
Workaround: run test jobs on GH actions bot PR
  • Loading branch information
alexander-demicev committed Jul 29, 2024
2 parents 5e7ef0a + 14fd998 commit eaac22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test deployment

on:
pull_request:
types: [opened, edited, synchronize, reopened, labeled, unlabeled]
branches:
- main
# Review gh actions docs if you want to further define triggers, paths, etc
Expand Down

0 comments on commit eaac22a

Please sign in to comment.