Skip to content

Commit

Permalink
only run tests on non-main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jan 4, 2024
1 parent 733023c commit c4056f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-smol-k8s-lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Test smol-k8s-lab
on:
push:
branches:
- main
branches-ignore:
- "main"
jobs:
smol_k8s_lab_kind:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c4056f6

Please sign in to comment.