Skip to content

Commit

Permalink
chore: update CI references (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
kopecs authored Dec 12, 2024
1 parent 2806472 commit 408217c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
push:
branches:
- master
- develop

jobs:
# Running pre-commit in CI. See semgrep/.pre-commit-config.yaml for
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request: {}
push:
branches:
- master
- develop
paths:
- .github/workflows/semgrep.yml
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "**.md"
push:
branches:
- master
- develop
paths-ignore:
- "**.md"
permissions:
Expand Down

0 comments on commit 408217c

Please sign in to comment.