fix but for auto merge

main
taoria 3 years ago committed by GitHub
parent 9786f0988b
commit 7944a7c093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/merge.yml

@ -5,9 +5,11 @@ name: Manual workflow
# Controls when the action will run. Workflow runs when manually triggered using the UI # Controls when the action will run. Workflow runs when manually triggered using the UI
# or API. # or API.
on: on:
workflow_dispatch:
push: push:
branches: branches:
'work-in-progress' - work-in-progress
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs:

Loading…
Cancel
Save