Skip to content

Commit 170b7d7

Browse files
fix: release stuff
1 parent 4fc9400 commit 170b7d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Release
22

33
on:
4+
# TODO: Enable once we are using our helpers to filter releases.
5+
# pull_request:
46
push:
57
branches:
68
- master
@@ -24,6 +26,8 @@ jobs:
2426
uses: actions/checkout@v4
2527
with:
2628
fetch-depth: 0
29+
# TODO: Use our own helpers see
30+
# https://github.com/granodigital/grano-cas-client/blob/master/.github/workflows/test-and-publish.yml
2731
- name: Setup Node.js
2832
uses: actions/setup-node@v4
2933
with:

0 commit comments

Comments
 (0)