Skip to content

Commit

Permalink
Remove duplicate test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
andykrohg committed Feb 17, 2021
1 parent 4f0e7f5 commit 0932fbc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ on:
- cron: '0 1 * * *' # everyday at 1am
push:
branches:
- '**'
- develop
- main
pull_request:
branches:
- '**'
- '!develop'

jobs:
test-cluster:
Expand Down

0 comments on commit 0932fbc

Please sign in to comment.