Skip to content

Commit

Permalink
CI: Run on main and on request in addition to pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Nov 24, 2023
1 parent 0cf9a84 commit 8467d98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: build-test

on:
pull_request:
branches:
- '*'
push:
workflow_dispatch:

jobs:
build-test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: rustfmt

on:
pull_request:
branches:
- '*'
push:
workflow_dispatch:

jobs:
rustfmt:
Expand Down

0 comments on commit 8467d98

Please sign in to comment.