Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
update workflow to remove branch
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Hickey <[email protected]>
  • Loading branch information
neil-hickey committed Jul 2, 2021
1 parent ef0ca3f commit 73ce0fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: unit-tests

on:
push:
branches: [ merge-kubo-deployment ]
branches: [ develop ]
pull_request:
branches: [ merge-kubo-deployment ]
branches: [ develop ]

workflow_dispatch:

Expand Down

0 comments on commit 73ce0fa

Please sign in to comment.