Skip to content

Commit

Permalink
Fix branch name in action
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Jul 16, 2023
1 parent b804568 commit 96e57c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -4,12 +4,12 @@ on:
workflow_dispatch:
push:
branches:
- main
- master
schedule:
# Run every sunday at 00:00 AM.
- cron: "0 0 * * 0"
pull_request:
branches: [main]
branches: [master]
paths:
- 'README.md'
- '.github/workflows/main.yml'
Expand Down

0 comments on commit 96e57c8

Please sign in to comment.