Skip to content

Commit

Permalink
feat: trigger ci with any push to any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasti810 committed Jul 14, 2024
1 parent 2ad6109 commit 141cdb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Rust CI
on:
push:
branches:
- main
- setup-ci
- '**'

jobs:
build:
Expand Down

0 comments on commit 141cdb3

Please sign in to comment.