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 name: Build
on: push on: [push, pull_request]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -1,5 +1,5 @@
name: Prettify name: Prettify
on: push on: [push, pull_request]
jobs: jobs:
prettier: prettier:
runs-on: ubuntu-latest 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 # This GitHub Action updates the DIRECTORY.md file (if needed) when doing a git push
name: Update Directory name: Update Directory
on: push on: [push, pull_request]
jobs: jobs:
update_directory_md: update_directory_md:
runs-on: ubuntu-latest runs-on: ubuntu-latest