We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ffcf2 commit 8159b0cCopy full SHA for 8159b0c
1 file changed
.github/workflows/main.yml
@@ -1,6 +1,8 @@
1
name: CI
2
3
-on: [push]
+on:
4
+ push:
5
+ worfklow_dispatch:
6
7
jobs:
8
build:
@@ -10,4 +12,4 @@ jobs:
10
12
steps:
11
13
- uses: actions/checkout@v3
14
- name: Trigger publish
- run: curl -XPOST -u "${{ secrets.TRIGGER_TOKEN }}" -H "Accept:application/vnd.github.v3+json" -H "Content-Type:application/json" https://api.github.com/repos/clojure/clojure-org-style/dispatches
15
+ run: gh workflow run main.yml -R clojure/clojure-org-style --ref master
0 commit comments