Skip to content

Commit 5a630be

Browse files
authored
ci: fix repository name (#3)
1 parent 14e5fd2 commit 5a630be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ "main" ]
77
jobs:
88
Build:
9-
if: github.repository == 'CollaborativeStateMachines/Cirrina-Helm'
9+
if: github.repository == 'CollaborativeStateMachines/cirrina-helm.github.io'
1010
name: Build
1111
runs-on: ubuntu-latest
1212
steps:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
Release:
8-
if: github.repository == 'CollaborativeStateMachines/Cirrina-Helm'
8+
if: github.repository == 'CollaborativeStateMachines/cirrina-helm.github.io'
99
name: Release
1010
permissions:
1111
contents: write

0 commit comments

Comments
 (0)