Skip to content

Commit

Permalink
ci: update triggers for ci and codeql builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jahnf committed Nov 24, 2024
1 parent 67c60ce commit e93343a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: ci-build
on:
push:
branches:
- "**"
- master
- develop
pull_request:
branches:
- master
- develop
- 'feature/**'
workflow_dispatch:

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "CodeQL"

on:
push:
branches:
- "**"
pull_request:
branches: [develop, master]
push:
branches: [develop, master]
workflow_dispatch:

jobs:
analyse:
Expand Down

0 comments on commit e93343a

Please sign in to comment.