Skip to content

Commit

Permalink
change workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 20, 2023
1 parent 73067e7 commit e8568c5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/findsecbugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ name: "FindSecBugs"
on:
push:
branches:
- rh/action-test
#- main
#pull_request:
#branches:
#- '**'
- main
# run on new pushes only for non-draft PRs
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e8568c5

Please sign in to comment.