We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f65089 commit 7b73998Copy full SHA for 7b73998
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: Build + Deploy
2
3
on:
4
push:
5
- branches: [main]
+ branches: ["*"]
6
tags: ["v*.*.*"]
7
pull_request:
8
branches: [main]
0 commit comments