This commit is contained in:
Spencer Shepard
2023-05-20 23:14:51 -07:00
committed by GitHub
parent 756dfd5269
commit fb7f124539
6 changed files with 8 additions and 1206 deletions

View File

@@ -7,15 +7,9 @@ on:
- main
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- run: |
echo The PR was merged
deploy:
needs: [Lua-checks,Python-checks]
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest # windows-latest | macos-latest
name: Deploy to updater if files changed
steps: