Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore(ci): lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Apr 12, 2024
1 parent 5d8cef4 commit 7b48532
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Release Container Image

on:
Expand All @@ -7,7 +8,7 @@ on:
- main
- master
tags:
- 'v*.*.*'
- "v*.*.*"

jobs:
container:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml → .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: Test

on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'
- cron: "0 0 * * 0"

jobs:
test:
Expand Down

0 comments on commit 7b48532

Please sign in to comment.