Skip to content

Commit

Permalink
fix when test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Aug 6, 2024
1 parent 8349756 commit a044637
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Large Tests
on:
pull_request:
branches:
- "*"
- "**"
workflow_call:

jobs:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Test
on:
push:
branches:
- '**' # Run on every branch
pull_request:
branches-ignore:
- main
- '**' # Ignore all branches for pull requests
workflow_call:

jobs:
Expand Down

0 comments on commit a044637

Please sign in to comment.