Skip to content

Commit

Permalink
Merge pull request #7 from waywardmonkeys/ci-master-enable-run-action
Browse files Browse the repository at this point in the history
ci: Run for master, not main, also enable workflow dispatch.
  • Loading branch information
Indra-db authored Mar 4, 2024
2 parents 5d8fc29 + c9236c4 commit 1d8f200
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: CI
on:
push:
branches:
- main
- master
pull_request:
merge_group:
workflow-dispatch:

jobs:
rustfmt:
Expand Down

0 comments on commit 1d8f200

Please sign in to comment.