Skip to content

Commit

Permalink
Run actions on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
adunning committed May 5, 2023
1 parent 6c15924 commit 1e0e1c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-entity-keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
paths:
- '**.xml'
pull_request:
paths:
- '**.xml'

jobs:
check-entity-keys:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validate-xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
paths:
- '**.xml'
pull_request:
paths:
- '**.xml'

jobs:
validate-xml:
Expand Down

0 comments on commit 1e0e1c6

Please sign in to comment.