Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
Christian Zunker committed Oct 4, 2021
1 parent 572af35 commit fe242b7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ on:
branches:
- main
paths-ignore:
- ".github/ISSUE_TEMPLATE/*.md"
- "*.md"
- "docs/**"
- "mkdocs.yml"
- "LICENSE"
- "NOTICE"
- '.github/ISSUE_TEMPLATE/*.md'
- '*.md'
- 'docs/**'
- 'mkdocs.yml'
- 'LICENSE'
- 'NOTICE'
pull_request:
branches:
- main
paths-ignore:
- ".github/ISSUE_TEMPLATE/*.md"
- "*.md"
- "docs/**"
- "mkdocs.yml"
- "LICENSE"
- "NOTICE"
- '.github/ISSUE_TEMPLATE/*.md'
- '*.md'
- 'docs/**'
- 'mkdocs.yml'
- 'LICENSE'
- 'NOTICE'
env:
GO_VERSION: "1.16"
KIND_VERSION: "v0.11.1"
Expand Down

0 comments on commit fe242b7

Please sign in to comment.