Skip to content

Commit

Permalink
ci: run ci on all pushes, not just to main
Browse files Browse the repository at this point in the history
  • Loading branch information
demosdemon committed Jul 16, 2024
1 parent c580524 commit a3e9177
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: ci
on:
pull_request:
push:
branches:
- main
on: [push, pull_request]

env:
RUST_BACKTRACE: 1
Expand Down

0 comments on commit a3e9177

Please sign in to comment.