Skip to content

Commit

Permalink
ci: Run workflow on PRs and pushes against release-v2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Sep 10, 2024
1 parent 9d787a4 commit 40d3982
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Scan
on:
pull_request:
branches:
- release-v2.9
push:
branches:
- main
- release-v2.9
tags:
- "v*"
jobs:
Expand Down

0 comments on commit 40d3982

Please sign in to comment.