Skip to content

Commit

Permalink
try updating update workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
bozdoz committed Jul 22, 2024
1 parent 4ddd81d commit fefb951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/new-version-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
image: node:20-alpine
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: npm ci
- run: npm test
new-version:
Expand All @@ -21,10 +21,10 @@ jobs:
image: alpine:3.20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# setup
- run: apk add --no-cache subversion nodejs npm
- run: npm i -g minify@5.1.1
- run: npm i -g minify@^5.1
- run: svn co -q https://plugins.svn.wordpress.org/leaflet-map /repo
- run: rm -rf /repo/trunk/*
- run: cp -r * /repo/trunk
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Update Workflow

on:
workflow_dispatch:
push:
branches:
- master
# only triggers on solo readme commits basically
paths:
- '*'
- '*.txt'
- '!languages/**'
- '!scripts/**'
- '!shortcodes/**'
Expand Down

0 comments on commit fefb951

Please sign in to comment.