Skip to content

Commit

Permalink
Update UpdateDirectory.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasAfara authored Nov 12, 2023
1 parent 39df0f1 commit 1765c91
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/UpdateDirectory.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# This GitHub Action updates the DIRECTORY.md file (if needed) when doing a git push
name: Update Directory

on:
push:
branches-ignore: "master"
on: [push, pull_request]

# on:
# push:
# branches-ignore: "master"

jobs:
updateDirectory:
Expand Down

0 comments on commit 1765c91

Please sign in to comment.