We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d13016e + 64d2724 commit 0a80943Copy full SHA for 0a80943
1 file changed
.github/workflows/authzed-node.yaml
@@ -35,7 +35,7 @@ jobs:
35
node-version: [18, 20, 21]
36
needs: "paths-filter"
37
if: |
38
- needs.paths-filter.outputs.codechange == 'true'
+ needs.paths-filter.outputs.codechange == 'true' || github.event_name == 'release'
39
steps:
40
- uses: actions/checkout@v4
41
- uses: "authzed/action-spicedb@v1"
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
87
0 commit comments