Skip to content

Commit adafedd

Browse files
committed
Add push tasks
1 parent 510ada1 commit adafedd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ jobs:
2626
- name: Build
2727
run: make build
2828

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+
if: github.ref == 'refs/heads/main'
35+
run: make push-packs-public
36+
2937
- name: Release with incremented version
3038
if: github.ref == 'refs/heads/main'
3139
run: |

0 commit comments

Comments
 (0)