Skip to content

Commit

Permalink
Try build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Apr 24, 2024
1 parent 9b4148c commit e5005a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and push to build branch.

on:
push:
branches: [trunk]
branches: [add/2383-2024-block-theme]
workflow_dispatch:

jobs:
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
ref: trunk
ref: add/2383-2024-block-theme

- name: Setup
uses: WordPress/wporg-repo-tools/.github/actions/setup@trunk
Expand Down Expand Up @@ -53,6 +53,6 @@ jobs:
uses: actions-js/push@a52398fac807b0c1e5f1492c969b477c8560a0ba # 1.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: build
branch: build-test
force: true
message: 'Build: ${{ github.sha }}'
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"@wordpress/scripts": "27.2.0",
"@wordpress/stylelint-config": "21.34.0"
},
"resolutions": {
"eslint-plugin-jsdoc": "^46.4.6"
},
"workspaces": {
"packages": [
"wp-content/mu-plugins/pub/locale-switcher",
Expand Down

0 comments on commit e5005a0

Please sign in to comment.