fix(ci): run on all branches
This commit is contained in:
parent
75292a54ca
commit
814dd01995
@ -5,6 +5,8 @@ on:
|
|||||||
paths: [ "README.md", "values.yaml" ]
|
paths: [ "README.md", "values.yaml" ]
|
||||||
types: [ "opened", "reopened", "synchronize" ]
|
types: [ "opened", "reopened", "synchronize" ]
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
paths: [ "README.md", "values.yaml" ]
|
paths: [ "README.md", "values.yaml" ]
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '**'
|
- '**'
|
||||||
|
@ -4,6 +4,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
types: [ "opened", "reopened", "synchronize" ]
|
types: [ "opened", "reopened", "synchronize" ]
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '**'
|
- '**'
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
@ -5,6 +5,8 @@ on:
|
|||||||
paths: [ "**/*.md" ]
|
paths: [ "**/*.md" ]
|
||||||
types: [ "opened", "reopened", "synchronize" ]
|
types: [ "opened", "reopened", "synchronize" ]
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
paths: [ "**/*.md" ]
|
paths: [ "**/*.md" ]
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '**'
|
- '**'
|
||||||
|
Loading…
Reference in New Issue
Block a user