We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc9400 commit 170b7d7Copy full SHA for 170b7d7
.github/workflows/release.yml
@@ -1,6 +1,8 @@
1
name: Release
2
3
on:
4
+ # TODO: Enable once we are using our helpers to filter releases.
5
+ # pull_request:
6
push:
7
branches:
8
- master
@@ -24,6 +26,8 @@ jobs:
24
26
uses: actions/checkout@v4
25
27
with:
28
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
31
- name: Setup Node.js
32
uses: actions/setup-node@v4
33
0 commit comments