We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3a7e7d + 0ae938d commit 7076524Copy full SHA for 7076524
2 files changed
.github/workflows/build.yml
@@ -2,7 +2,9 @@ name: Build
2
on:
3
push:
4
branches-ignore:
5
- - debug-staging
+ - main
6
+ - staging
7
+ - staging-debug
8
pull_request:
9
jobs:
10
build:
.github/workflows/deploy.yml
@@ -2,8 +2,7 @@ name: Deploy
branches:
- - main
- - staging
permissions:
contents: read
0 commit comments