Skip to content

Commit dcfa272

Browse files
authored
Update directory_writer.yml
1 parent 3746a83 commit dcfa272

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/directory_writer.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# The objective of this GitHub Action is to update the DIRECTORY.md file (if needed)
22
# when doing a git push
33
name: directory_writer
4-
on:
5-
pull_request
4+
on: push
65
jobs:
76
build:
8-
runs-on: ubuntu-latest
7+
runs-on: self-hosted
98
steps:
109
- uses: actions/checkout@v4
1110
with:

0 commit comments

Comments
 (0)