summary refs log tree commit diff
path: root/.github/workflows/cli.yml
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2021-11-20 09:04:11 +1100
committerGitHub <noreply@github.com>2021-11-20 09:04:11 +1100
commit8cefe141f8f9a9cfebc15f87fab9f19c2675e181 (patch)
tree4ab848283583de6d7c2165fc4d2be8d8237f2e88 /.github/workflows/cli.yml
parentac00b6da293d0318505e80df7069d1e3e4925547 (diff)
CI: Create GitHub Actions unit test workflow (#15223)
* Create GitHub Actions unit test workflow

* Create GitHub Actions unit test workflow - checkout submodules

* Create GitHub Actions unit test workflow - update job name

* Develop branch.

* Update .github/workflows/unit_test.yml

Co-authored-by: Joel Challis <git@zvecr.com>

* Update .github/workflows/unit_test.yml

Co-authored-by: Joel Challis <git@zvecr.com>

* builddefs

Co-authored-by: zvecr <git@zvecr.com>
Diffstat (limited to '.github/workflows/cli.yml')
-rw-r--r--.github/workflows/cli.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml
index 3bf9741ac7..2ea810958b 100644
--- a/.github/workflows/cli.yml
+++ b/.github/workflows/cli.yml
@@ -4,7 +4,7 @@ on:
   push:
     branches:
     - master
-    - future
+    - develop
   pull_request:
     paths:
     - 'lib/python/**'