diff --git a/.deployignore b/.deployignore index 56180bf5..17e6245d 100644 --- a/.deployignore +++ b/.deployignore @@ -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 diff --git a/.github/workflows/built-release.yml b/.github/workflows/built-release.yml index 14b40559..8ff4e78f 100644 --- a/.github/workflows/built-release.yml +++ b/.github/workflows/built-release.yml @@ -1,4 +1,4 @@ -name: Built Release +name: Built Branch and Release on: push: @@ -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