We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3075104 commit f3fc57aCopy full SHA for f3fc57a
1 file changed
.github/workflows/main.yml
@@ -2,10 +2,10 @@ name: CI/CD
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ '**' ]
6
tags: [ 'v*' ]
7
pull_request:
8
9
10
permissions:
11
contents: write
0 commit comments