Update triggers (#2336)
This commit is contained in:
parent
dfe189b21f
commit
d127a361b0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/prettify.yml
vendored
2
.github/workflows/prettify.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Prettify
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
prettier:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/update_directory.yml
vendored
2
.github/workflows/update_directory.yml
vendored
@ -1,6 +1,6 @@
|
||||
# This GitHub Action updates the DIRECTORY.md file (if needed) when doing a git push
|
||||
name: Update Directory
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
update_directory_md:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user