Skip to content

Commit 740e954

Browse files
committed
trigger CI on event publish
1 parent 9ab9c6f commit 740e954

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-events.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ jobs:
4545
then
4646
git commit -m 'update events'
4747
git push
48+
49+
curl -X POST -H "Authorization:token ${{ secrets.GH_TOKEN }}" -H "Accept:application/vnd.github.v3+json" --data '{"event_type":"publish"}' https://api.github.com/repos/clojure/clojure-org-style/dispatches
4850
fi

0 commit comments

Comments
 (0)