Skip to content

Commit

Permalink
Fix main branch name in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Oct 3, 2022
1 parent 03de1ce commit a8ec3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
pull_request: {}
push: { branches: [ maing ] }
push: { branches: [ main ] }

permissions:
contents: read
Expand Down

0 comments on commit a8ec3e6

Please sign in to comment.