Skip to content

Commit

Permalink
Merge branch 'develop' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
10upbot on GitHub committed Dec 18, 2023
2 parents 73c99f3 + bc87862 commit bc15f42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/push-asset-readme-update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Plugin asset/readme update

on:
workflow_dispatch:
inputs:
ignoreOtherFiles:
description: 'Ignore other file changes'
required: true
type: boolean
default: false
push:
branches:
- trunk
Expand Down Expand Up @@ -30,3 +37,4 @@ jobs:
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
IGNORE_OTHER_FILES: ${{ inputs.ignoreOtherFiles || false }}

0 comments on commit bc15f42

Please sign in to comment.