Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build
on: push
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettify.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Prettify
on: push
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_directory.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down