mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 04:53:24 +00:00
ci: make actions only run on push and pull request but not both
This commit is contained in:
parent
53558ddb60
commit
aef383a0c7
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -1,8 +1,12 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
8
.github/workflows/website.yml
vendored
8
.github/workflows/website.yml
vendored
@ -1,8 +1,12 @@
|
||||
name: Build website
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user