Skip to content

Commit

Permalink
changed trigger rule so it runs on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
smcjones committed Jul 23, 2024
1 parent 22097c6 commit 628eeee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: General Repo Health and Test Status

on:
pull_request:
types:
- opened
branches:
- main
- 'releases/**'
push:
branches:
- main
Expand Down

0 comments on commit 628eeee

Please sign in to comment.