Skip to content

Commit

Permalink
Check new queue event
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Feb 10, 2023
1 parent bcb7af1 commit 64f191d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: FreeBSD

on:
pull_request:
branches:
- main
branches: [lrstewart]
merge_group:
types: [checks-requested]
branches: [lrstewart]

jobs:
testfreebsd:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
name: Linters
on:
pull_request:
branches:
- master
- main
branches: [lrstewart]
merge_group:
types: [checks-requested]
branches: [lrstewart]
jobs:
cppcheck:
# ubuntu-latest introduced a newer gcc version that cannot compile cppcheck 2.3
Expand Down

0 comments on commit 64f191d

Please sign in to comment.