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 b392910
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Build and test

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

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

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

permissions:
contents: read
Expand Down

0 comments on commit b392910

Please sign in to comment.