Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:

jobs:
php-security:
name: Psalm Security Scan
runs-on: ubuntu-latest
permissions:
contents: read # for actions/checkout to fetch code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to WordPress.org Repository
name: Deploy to WordPress.org

on:
release:
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5

- name: Build
- name: Build release
run: |
npm install

Expand All @@ -24,7 +24,7 @@ jobs:
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: true
dry-run: true
dry-run: false
env:
BUILD_DIR: ./release/trunk
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:

jobs:
version_check:
name: Check plugin version
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
echo "All versions match!"

test:
name: Test
runs-on: ubuntu-latest

steps:
Expand Down