We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510ada1 commit adafeddCopy full SHA for adafedd
1 file changed
.github/workflows/ci.yml
@@ -26,6 +26,14 @@ jobs:
26
- name: Build
27
run: make build
28
29
+ - name: Push tasks to public
30
+ if: github.ref == 'refs/heads/main'
31
+ run: make push-public
32
+
33
+ - name: Push task packs to public
34
35
+ run: make push-packs-public
36
37
- name: Release with incremented version
38
if: github.ref == 'refs/heads/main'
39
run: |
0 commit comments