We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e5fd2 commit 5a630beCopy full SHA for 5a630be
.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
6
branches: [ "main" ]
7
jobs:
8
Build:
9
- if: github.repository == 'CollaborativeStateMachines/Cirrina-Helm'
+ if: github.repository == 'CollaborativeStateMachines/cirrina-helm.github.io'
10
name: Build
11
runs-on: ubuntu-latest
12
steps:
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ on:
5
- main
Release:
name: Release
permissions:
contents: write
0 commit comments