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: on:
push: push:
branches:
- autodoc
paths: paths:
- "/launcher/src/main.rs" - "/launcher/src/main.rs"
push:
branches:
- main
jobs: jobs:
update_output: update_docs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: