Skip to content

Commit

Permalink
Merge branch 'trunk' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Jan 2, 2024
2 parents 7af1bae + d828c11 commit c1b2270
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/push-asset-readme-update.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
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 @@ -35,4 +28,3 @@ jobs:
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
IGNORE_OTHER_FILES: ${{ inputs.ignoreOtherFiles || false }}

0 comments on commit c1b2270

Please sign in to comment.