File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
# Defines the jobs that will be executed as part of this workflow.
12
12
jobs :
13
13
create-testing-build :
14
- uses : awesomemotive/Botiga/.github/workflows/build.yml
14
+ uses : awesomemotive/Botiga/.github/workflows/build.yml@main
15
15
16
16
upload-testing-build :
17
17
name : Prepare and upload builds in hub.wpforms.com/builds
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
create-project-build :
12
- uses : awesomemotive/Botiga/.github/workflows/build.yml
12
+ uses : awesomemotive/Botiga/.github/workflows/build.yml@main
13
13
14
14
deploy :
15
15
runs-on : self-hosted
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
create-project-build :
12
- uses : awesomemotive/Botiga/.github/workflows/build.yml
12
+ uses : awesomemotive/Botiga/.github/workflows/build.yml@main
13
13
14
14
build-theme-zip-asset :
15
15
runs-on : self-hosted
Original file line number Diff line number Diff line change 1
1
name : QA-wpfcio-deployment
2
2
on :
3
3
push :
4
- # branches:
5
- # - develop
4
+ branches :
5
+ - develop
6
6
7
7
env :
8
8
builds-directory : ~/builds/athemes
9
9
10
10
jobs :
11
11
build :
12
- uses : awesomemotive/Botiga/.github/workflows/build.yml
12
+ uses : awesomemotive/Botiga/.github/workflows/build.yml@main
13
13
14
14
QA-wpfcio-deployment :
15
15
runs-on : self-hosted
You can’t perform that action at this time.
0 commit comments