Skip to content

Commit 2c45b06

Browse files
authored
ci(deploy): don't run deploy on push to main (#4339)
1 parent f9aa410 commit 2c45b06

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ on:
99
options:
1010
- production
1111
- next
12-
push:
13-
branches:
14-
- main
15-
paths:
16-
- 'apps/storybook/**'
1712

1813
permissions:
1914
id-token: write

.github/workflows/deploy-themebuilder.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ on:
99
options:
1010
- production
1111
- next
12-
push:
13-
branches:
14-
- main
15-
paths:
16-
- 'apps/themebuilder/**'
1712

1813
permissions:
1914
id-token: write

.github/workflows/deploy-www.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ on:
99
options:
1010
- production
1111
- next
12-
push:
13-
branches:
14-
- main
15-
paths:
16-
- 'apps/www/**'
1712

1813
permissions:
1914
id-token: write

0 commit comments

Comments
 (0)