Update build.yml
This commit is contained in:
parent
47aa0a8354
commit
1298e95328
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -1,14 +1,11 @@
|
|||||||
name: deploying-doc
|
name: deploying-doc
|
||||||
run-name: Deploying doc — ${{ github.run_id }}
|
run-name: Deploying doc — ${{ github.run_id }}
|
||||||
on:
|
on:
|
||||||
pull_request:
|
schedule:
|
||||||
branches: main
|
- cron: 30 04 * * 1,4
|
||||||
types:
|
|
||||||
- closed
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
if_merged:
|
build:
|
||||||
if: github.event.pull_request.merged == true
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 🚚 Checkout
|
- name: 🚚 Checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user