We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f7865 commit 3746a83Copy full SHA for 3746a83
.github/workflows/directory_writer.yml
@@ -1,7 +1,8 @@
1
# The objective of this GitHub Action is to update the DIRECTORY.md file (if needed)
2
# when doing a git push
3
name: directory_writer
4
-on: [push]
+on:
5
+ pull_request
6
jobs:
7
build:
8
runs-on: ubuntu-latest
0 commit comments