Skip to content

Commit

Permalink
add main branch to triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Dec 19, 2023
1 parent ae39508 commit f84a069
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/spotbugs-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: "SpotBugs"

on:
push:
branches: [adamve/spotbugs-reports-v3]
branches:
- main
- adamve/spotbugs-reports-v3
pull_request:
branches: [adamve/spotbugs-reports-v3]
branches:
- main
- adamve/spotbugs-reports-v3
schedule:
- cron: "25 16 * * 0"

Expand Down

0 comments on commit f84a069

Please sign in to comment.