Skip to content

Commit

Permalink
Merge syntax update (#1)
Browse files Browse the repository at this point in the history
* fix syntax for event trigger

maybe they updated the syntax? Please see https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#pull_request

* fix readme example code

Co-authored-by: Silvio <[email protected]>
  • Loading branch information
bitterpilot and einSelbst authored Jan 5, 2022
1 parent a442943 commit d2f552d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ name: Scan Code for Secrets

on:
pull_request:
- opened
- reopened
- ready_for_review
- synchronize
types: [opened, reopened, ready_for_review, synchronize]
push:
branches:
- '**'
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ name: Scan Code for Secrets
on:
pull_request:
- opened
- reopened
- ready_for_review
- synchronize
types: [opened, reopened, ready_for_review, synchronize]
push:
branches:
- '**'
Expand Down

0 comments on commit d2f552d

Please sign in to comment.