diff --git a/.gitea/workflows/example-manual-hello.yml b/.gitea/workflows/example-manual-hello.yml index 0c3fa75..b2626d3 100644 --- a/.gitea/workflows/example-manual-hello.yml +++ b/.gitea/workflows/example-manual-hello.yml @@ -1,9 +1,6 @@ name: Hello World (Manual) on: workflow_dispatch: - push: - # branches: [ main ] # Tai [ feature/ci-container ] - branches: [feature/ci-container] jobs: greet: runs-on: ubuntu-latest