Skip to content

Commit

Permalink
Update interface-version.yml to trigger workflow on push to master br…
Browse files Browse the repository at this point in the history
…anch
  • Loading branch information
Limmek committed May 4, 2024
1 parent 8b13583 commit ac1e193
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/interface-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ name: Update TOC Interface version(s)

on:
workflow_dispatch:
workflow_run:
workflows: ['Luacheck']
types:
- completed
push:
branches:
- master
# workflow_run:
# workflows: ['Luacheck']
# types:
# - completed
#schedule:
#- cron: "0 * * * *"

Expand Down

0 comments on commit ac1e193

Please sign in to comment.