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 9ab605f commit e7255eeCopy full SHA for e7255ee
.github/workflows/main.yaml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
- - release/*
+ - staging
8
9
jobs:
10
build:
@@ -34,7 +34,7 @@ jobs:
34
default_bump: patch
35
default_prerelease_bump: prerelease
36
release_branches: master
37
- pre_release_branches: release/*
+ pre_release_branches: staging
38
append_to_pre_release_tag: prerelease
39
40
- name: Setup AWS Credentials
0 commit comments