feat: auto generated files and new structure #4

Merged
marcel.henselin merged 16 commits from feat/automation into alpha 2026-01-29 14:10:27 +00:00
Showing only changes of commit 8bffdf3476 - Show all commits

View file

@ -15,7 +15,7 @@ env:
jobs:
config:
name: Check GoReleaser config
#if: github.event_name == 'pull_request'
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Checkout
@ -28,8 +28,7 @@ jobs:
publish:
name: "Publish provider"
# if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
if: github.event_name == 'push'
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs: config
runs-on: ubuntu-latest
permissions: