Skip to content

Commit

Permalink
run workflow on all PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Nov 14, 2023
1 parent 663b16c commit 89caa6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Build and test

on:
push:
branches: [master]
branches: [master, devel]
pull_request:
branches: [master]

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/codespell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Codespell

on:
push:
branches: [master]
branches: [master, devel]
pull_request:
branches: [master]

permissions:
contents: read
Expand Down

0 comments on commit 89caa6b

Please sign in to comment.