Skip to content

Commit

Permalink
fix: ci (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciolauffer authored Sep 26, 2023
1 parent edb4bcb commit d74082b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: "CodeQL"

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

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release
on:
push:
branches: [master]
branches: [main]


permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
schedule:
- cron: '10 5 * * 1'
push:
branches: [ master ]
branches: [ main ]

# Declare default permissions as read only.
permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test

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

permissions: read-all
Expand Down

0 comments on commit d74082b

Please sign in to comment.