Skip to content

Commit d4fcbf9

Browse files
authored
chore: update directory workflow
Workflow now only runs on `pull_request` to prevent pushing on the master branch.
1 parent 01db0fb commit d4fcbf9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/UpdateDirectory.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# This GitHub Action updates the DIRECTORY.md file (if needed) when doing a git push
22
name: Update Directory
33

4-
on:
5-
push:
6-
branches:
7-
- master
4+
on: pull_request
85

96
jobs:
107
updateDirectory:

0 commit comments

Comments
 (0)