Skip to content

Commit

Permalink
fix: release stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
villelahdenvuo committed Sep 5, 2024
1 parent 4fc9400 commit 170b7d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release

on:
# TODO: Enable once we are using our helpers to filter releases.
# pull_request:
push:
branches:
- master
Expand All @@ -24,6 +26,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
# TODO: Use our own helpers see
# https://github.com/granodigital/grano-cas-client/blob/master/.github/workflows/test-and-publish.yml
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 170b7d7

Please sign in to comment.