Skip to content

Commit

Permalink
chore: change event targets in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
behnazh committed Mar 6, 2022
1 parent 9e91f81 commit a998e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
name: Pull Request
on:
pull_request:
branches:
- '*'
branches: [main, staging]
types:
- opened
- edited
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/scorecards-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
schedule:
- cron: 27 20 * * 1
push:
branches: [main, staging]
pull_request:
branches:
- '*'
branches: [main, staging, add-scorecard]

# Declare default permissions as read only.
permissions: read-all
Expand Down

0 comments on commit a998e59

Please sign in to comment.