Update triggers (#2336)

This commit is contained in:
Andrii Siriak 2021-09-27 18:41:59 +03:00 committed by GitHub
parent dfe189b21f
commit d127a361b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: Build
on: push
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest

View File

@ -1,5 +1,5 @@
name: Prettify
on: push
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-latest

View File

@ -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