mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
5.1.2 (#58)
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user