ci: make actions only run on push and pull request but not both

ci-website-fixes
sammyette 2024-05-03 12:45:44 -04:00
parent 53558ddb60
commit aef383a0c7
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 12 additions and 4 deletions

View File

@ -1,8 +1,12 @@
name: Build name: Build
on: on:
- push push:
- pull_request branches:
- master
pull_request:
branches:
- master
jobs: jobs:
build: build:

View File

@ -1,8 +1,12 @@
name: Build website name: Build website
on: on:
- push push:
- pull_request branches:
- master
pull_request:
branches:
- master
jobs: jobs:
deploy: deploy: