Skip to content

Commit 63edd34

Browse files
Prevent publish workflow from running (#25)
1 parent aba060b commit 63edd34

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
name: Push Ruby Gem
44

5-
on:
6-
push:
7-
tags:
8-
- '*'
5+
# TODO: this workflow doesn't work, needs fixing but for now, I've just changed it so
6+
# it will only run if triggered manually. Instructions for releasing manually are here:
7+
# https://www.notion.so/flagsmith/SDKs-Deployment-Instructions-c1190a22238a45af9a51c7f0fea27f99
8+
on: workflow_dispatch
99

1010
jobs:
1111
release:

0 commit comments

Comments
 (0)