Bug/rework ci triggers #7

Merged
kasun merged 2 commits from bug/rework-ci-triggers into main 2026-06-02 00:31:08 +02:00
Showing only changes of commit c8f606fd20 - Show all commits
@@ -2,12 +2,6 @@ name: Deploy k8s Bootstrap
on: on:
workflow_dispatch: workflow_dispatch:
push:
branches:
- main
paths:
- "02-k8s-bootstrap/**"
- ".gitea/workflows/02-deploy-k8s-bootstrap.yaml"
pull_request: pull_request:
branches: branches:
- main - main
@@ -49,7 +43,7 @@ jobs:
deploy: deploy:
name: Bootstrap k3s Cluster name: Bootstrap k3s Cluster
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' if: github.event_name == 'workflow_dispatch'
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4