Skip to content

Commit e52a151

Browse files
committed
fix yaml
1 parent 6434368 commit e52a151

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/go-ssh-signer-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: go-ssh-signer
22

33
on:
44
push:
5-
branches: [ * ]
5+
branches: [ '*' ]
66
paths:
77
- go-ssh-signer/**
88
- .github/workflows/go-ssh-signer-workflow.yml

.github/workflows/ssh-hostkey-signer-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ssh-hostkey-signer
22

33
on:
44
push:
5-
branches: [ * ]
5+
branches: [ '*' ]
66
paths:
77
- ssh-hostkey-signer/**
88
- .github/workflows/ssh-hostkey-signer-workflow.yml

.github/workflows/ssh-key-signer-server-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: create and publish docker container
22

33
on:
44
push:
5-
branches: [ * ]
5+
branches: [ '*' ]
66
paths:
77
- ssh-key-signer-server/**
88
- .github/workflows/ssh-key-signer-server-docker.yml

.github/workflows/ssh-key-signer-server-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ssh-key-signer-server
22

33
on:
44
push:
5-
branches: [ * ]
5+
branches: [ '*' ]
66
paths:
77
- ssh-key-signer-server/**
88
- .github/workflows/ssh-key-signer-server-workflow.yml

.github/workflows/ssh-signer-common-lib-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ssh-signer-common-lib
22

33
on:
44
push:
5-
branches: [ * ]
5+
branches: [ '*' ]
66
paths:
77
- ssh-signer-common-lib/**
88
- .github/workflows/ssh-signer-common-lib-workflow.yml

.github/workflows/ssh-userkey-signer-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ssh-userkey-signer
22

33
on:
44
push:
5-
branches: [ * ]
5+
branches: [ '*' ]
66
paths:
77
- ssh-userkey-signer/**
88
- .github/workflows/ssh-userkey-signer-workflow.yml

0 commit comments

Comments
 (0)