Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Merge pull request #67 from viccuad/main
Browse files Browse the repository at this point in the history
chore: Rename build.yml workflow to release.yml
  • Loading branch information
flavio authored Dec 6, 2024
2 parents 9ffdf38 + 2ca5673 commit 3403fb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Build and sign
name: Build, sign and release
on:
schedule:
- cron: "0 14 * * *"
workflow_dispatch:

jobs:
build-and-sign:
name: "Build and sign kubectl"
release:
name: "Build, sign and release kubectl"
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down

0 comments on commit 3403fb1

Please sign in to comment.