Skip to content

Commit

Permalink
Stop restricting branches for unit test action (kubernetes-sigs#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers authored Nov 17, 2022
1 parent fdb4bee commit 281beda
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Unit Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
- push
- pull_request
jobs:
build:
name: Build
Expand Down

0 comments on commit 281beda

Please sign in to comment.