added if merged

This commit is contained in:
Merve Noyan 2023-09-21 12:43:45 +02:00
parent 7206fe3163
commit e40b942389

View File

@ -2,14 +2,14 @@ name: Automatic Documentation for Launcher
on:
push:
branches:
- autodoc
paths:
- "/launcher/src/main.rs"
push:
branches:
- main
jobs:
update_output:
update_docs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps: