Skip to content

Commit

Permalink
fix: branch name in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisfc68 committed Oct 2, 2024
1 parent bd4b0c0 commit ecca85a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master, Stable-Test, QA-Test ]
branches: [ main, Stable-Test, QA-Test ]
pull_request:
branches: [ master, Stable-Test, QA-Test ]
branches: [ main, Stable-Test, QA-Test ]
workflow_dispatch:

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

permissions: read-all

Expand Down

0 comments on commit ecca85a

Please sign in to comment.