Skip to content

Commit

Permalink
Fix workflows to run on main instead of master (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
joycebrum committed Sep 18, 2023
1 parent 0d069f3 commit 873b079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
schedule:
- cron: '17 14 * * 1'
push:
branches: [ "master" ]
branches: [ main ]

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

0 comments on commit 873b079

Please sign in to comment.