Skip to content

Commit f091469

Browse files
committed
Add @main for build.yml version
1 parent 63e1a3f commit f091469

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/auto-testing-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
# Defines the jobs that will be executed as part of this workflow.
1212
jobs:
1313
create-testing-build:
14-
uses: awesomemotive/Botiga/.github/workflows/build.yml
14+
uses: awesomemotive/Botiga/.github/workflows/build.yml@main
1515

1616
upload-testing-build:
1717
name: Prepare and upload builds in hub.wpforms.com/builds

.github/workflows/demos-network-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
create-project-build:
12-
uses: awesomemotive/Botiga/.github/workflows/build.yml
12+
uses: awesomemotive/Botiga/.github/workflows/build.yml@main
1313

1414
deploy:
1515
runs-on: self-hosted

.github/workflows/production-theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
create-project-build:
12-
uses: awesomemotive/Botiga/.github/workflows/build.yml
12+
uses: awesomemotive/Botiga/.github/workflows/build.yml@main
1313

1414
build-theme-zip-asset:
1515
runs-on: self-hosted

.github/workflows/qa-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: QA-wpfcio-deployment
22
on:
33
push:
4-
# branches:
5-
# - develop
4+
branches:
5+
- develop
66

77
env:
88
builds-directory: ~/builds/athemes
99

1010
jobs:
1111
build:
12-
uses: awesomemotive/Botiga/.github/workflows/build.yml
12+
uses: awesomemotive/Botiga/.github/workflows/build.yml@main
1313

1414
QA-wpfcio-deployment:
1515
runs-on: self-hosted

0 commit comments

Comments
 (0)