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 c07644f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 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]
pull_request:
branches: [master]
branches: [master, devel]
pull_request

jobs:
build:
Expand Down
5 changes: 2 additions & 3 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]
pull_request:
branches: [master]
branches: [master, devel]
pull_request

permissions:
contents: read
Expand Down

0 comments on commit c07644f

Please sign in to comment.