Skip to content

Commit

Permalink
ci: fix main branch (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Dec 28, 2021
1 parent 1493d04 commit f674875
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:
push:
branches: [master]
branches: [main]
pull_request:
paths:
- "**.js"
Expand Down

0 comments on commit f674875

Please sign in to comment.