Skip to content

Commit

Permalink
Merge pull request #56 from spinkube/enable-auto-releases
Browse files Browse the repository at this point in the history
auto update plugin manifest in index repo on tagged releases
  • Loading branch information
bacongobbler authored Mar 12, 2024
2 parents 971e7f8 + 1c36cd0 commit 67f3f0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- "v[0-9]+.[0-9]+"
tags:
- "v*"

Expand Down Expand Up @@ -51,7 +50,6 @@ jobs:
GH_TOKEN: ${{ github.token }}

- name: Release Plugin
if: github.ref == 'refs/heads/main'
uses: rajatjindal/spin-plugin-releaser@v1
with:
github_token: ${{ github.token }}
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Test

on:
push:
branches: [ "main" ]
branches:
- main
pull_request:
branches: [ "main" ]
branches:
- main

env:
GOPRIVATE: "github.com/spinkube/spin-operator"
Expand Down

0 comments on commit 67f3f0c

Please sign in to comment.