Skip to content

Commit

Permalink
Configure build action
Browse files Browse the repository at this point in the history
  • Loading branch information
dlh01 committed Feb 3, 2025
1 parent d15bb9f commit aa4c70c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/built-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Built Branch and Release
on:
push:
branches:
- develop
- main
- production

permissions:
contents: write
Expand All @@ -14,6 +12,8 @@ jobs:
release:
name: "Built Branch and Release"
runs-on: ubuntu-latest
if: github.repository != 'alleyinteractive/wp-block-debug'
steps:
- uses: alleyinteractive/action-release@develop
- with:
php: 8.2
node: 22

0 comments on commit aa4c70c

Please sign in to comment.