Skip to content

Commit

Permalink
Run tests on all branches
Browse files Browse the repository at this point in the history
This should allow testing branches without creating a PR, which I think will work
nicely with jj.
  • Loading branch information
sourcefrog committed Jan 5, 2025
1 parent 6035061 commit d1429cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
- "tests/**"

push:
branches:
- main
# branches:
# - main
# Actions doesn't support YAML references, so it's repeated here
paths:
- ".cargo/*.toml"
Expand Down

0 comments on commit d1429cb

Please sign in to comment.