We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f0d9a commit 8d3e062Copy full SHA for 8d3e062
.github/workflows/continuous-integration-workflow.yml
@@ -5,9 +5,13 @@ name: Build and Test
5
6
on:
7
push:
8
- branches: [ master ]
+ branches:
9
+ - master
10
+ - develop
11
pull_request:
12
13
14
15
16
jobs:
17
build-and-test:
@@ -25,7 +29,7 @@ jobs:
25
29
# This is the current issue: https://github.com/actions/runner/issues/2033
26
30
# Can set 'options: --user 1001' on the container to match the UID of the Github runner, ref:
27
31
# https://github.com/actions/runner/blob/8415f13babf8199551f817eb16b718dcdd5b31e2/images/Dockerfile#L38
28
-
32
+
33
- uses: actions/checkout@v3
34
with:
35
fetch-depth: 0
@@ -61,4 +65,4 @@ jobs:
61
65
uses: actions/upload-artifact@v3
62
66
63
67
name: segway-build
64
- path: dist/*
68
+ path: dist/*
0 commit comments