Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Nov 7, 2024
1 parent c227025 commit bf69dd7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: ci
on: push
on:
push:
branches:
- master
paths:
- src
jobs:
test:
runs-on: ubuntu-20.04
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ name: "CodeQL"
on:
push:
branches: [ master ]
paths:
- src
- .github/workflows/codeql.yml
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]

paths:
- src
- .github/workflows/codeql.yml
jobs:
analyze:
name: Analyze
Expand Down

0 comments on commit bf69dd7

Please sign in to comment.