Skip to content

Commit

Permalink
Switching to new built branch workflow (#385)
Browse files Browse the repository at this point in the history
* Switching to new built branch workflow

* Exclude create-wordpress-plugin
  • Loading branch information
srtfisher authored Sep 5, 2024
1 parent a313feb commit c41fad3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
26 changes: 14 additions & 12 deletions .deployignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
.DS_Store
Thumbs.db
wp-cli.local.yml
node_modules/
.github
.phpcs
.phpcs.xml
.phpunit.result.cache
.scaffolder
.scoper
*.sql
*.tar.gz
*.zip
.phpunit.result.cache
Dockerfile
output.log
.github
tests
bin
composer.lock
.phpcs.xml
phpunit.xml
configure.php
DOCKER_ENV
Dockerfile
Makefile
node_modules/
output.log
phpunit.xml
phpunit.xml
tests
.phpcs
Makefile
tests
Thumbs.db
wp-cli.local.yml
15 changes: 10 additions & 5 deletions .github/workflows/built-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Built Release
name: Built Branch and Release

on:
push:
Expand All @@ -7,8 +7,13 @@ on:
- main
- production

permissions:
contents: write

jobs:
built-release:
uses: alleyinteractive/.github/.github/workflows/built-release.yml@main
with:
node: 20
release:
name: "Built Branch and Release"
runs-on: ubuntu-latest
if: github.repository != 'alleyinteractive/create-wordpress-plugin'
steps:
- uses: alleyinteractive/action-release@develop

0 comments on commit c41fad3

Please sign in to comment.