We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a17435 commit cb2c88eCopy full SHA for cb2c88e
.github/workflows/actions.yml
@@ -2,7 +2,7 @@ name: Build
2
3
on:
4
push:
5
- branches: [main, develop]
+ branches: [master, develop]
6
paths:
7
- '**'
8
- '!.editorconfig'
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
release:
- branches: [main]
+ branches: [master]
types: [published]
env:
0 commit comments