Skip to content

Commit

Permalink
only push to main branch makes sense at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinlercher authored May 3, 2024
1 parent 56ef672 commit a088e3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cluster-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ name: test sx-cnp-oss k3d stack on kind cluster

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
# at he moment this action only works when pushed to main because all references in the scripts and argocd apps use the main branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit a088e3e

Please sign in to comment.