We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfa272 commit 4a152e2Copy full SHA for 4a152e2
.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
+ push:
6
jobs:
7
build:
8
runs-on: self-hosted
0 commit comments