Skip to content

Commit 82cb8d6

Browse files
author
Philip King
committed
ZC-12624: Add GitHub Actions workflow to publish externally [skip ci]
1 parent 24e7790 commit 82cb8d6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Publish to external sites
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- production
8+
jobs:
9+
build:
10+
uses: webpros-cpanel/ea-tools/.github/workflows/reusable-external-publish.yml@ghes
11+
secrets: inherit

0 commit comments

Comments
 (0)