Skip to content

Commit

Permalink
fix gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Wigley committed Jul 26, 2021
1 parent 2360950 commit 19150ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'develop'
- '*.latest'
- 'releases/*'
pull_request_target:
pull_request:
branches:
- 'develop'
- '*.latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'develop'
- '*.latest'
- 'releases/*'
pull_request_target: # Trigger for all PRs
pull_request: # Trigger for all PRs
workflow_dispatch: # Allow manual triggers

jobs:
Expand Down

0 comments on commit 19150ea

Please sign in to comment.