Skip to content

Commit c41fad3

Browse files
authored
Switching to new built branch workflow (#385)
* Switching to new built branch workflow * Exclude create-wordpress-plugin
1 parent a313feb commit c41fad3

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

.deployignore

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
.DS_Store
2-
Thumbs.db
3-
wp-cli.local.yml
4-
node_modules/
2+
.github
3+
.phpcs
4+
.phpcs.xml
5+
.phpunit.result.cache
6+
.scaffolder
7+
.scoper
58
*.sql
69
*.tar.gz
710
*.zip
8-
.phpunit.result.cache
9-
Dockerfile
10-
output.log
11-
.github
12-
tests
1311
bin
1412
composer.lock
15-
.phpcs.xml
16-
phpunit.xml
1713
configure.php
1814
DOCKER_ENV
15+
Dockerfile
16+
Makefile
17+
node_modules/
18+
output.log
19+
phpunit.xml
1920
phpunit.xml
2021
tests
21-
.phpcs
22-
Makefile
22+
tests
23+
Thumbs.db
24+
wp-cli.local.yml
Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Built Release
1+
name: Built Branch and Release
22

33
on:
44
push:
@@ -7,8 +7,13 @@ on:
77
- main
88
- production
99

10+
permissions:
11+
contents: write
12+
1013
jobs:
11-
built-release:
12-
uses: alleyinteractive/.github/.github/workflows/built-release.yml@main
13-
with:
14-
node: 20
14+
release:
15+
name: "Built Branch and Release"
16+
runs-on: ubuntu-latest
17+
if: github.repository != 'alleyinteractive/create-wordpress-plugin'
18+
steps:
19+
- uses: alleyinteractive/action-release@develop

0 commit comments

Comments
 (0)