Skip to content

Commit ba856c2

Browse files
committed
Update actions add development-branch to on:push
1 parent 60b1107 commit ba856c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/running.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
pull_request:
55
types: [synchronize, opened, reopened]
66
push:
7-
branches: [main]
7+
branches: [main, development]
88
workflow_dispatch:
99

1010
jobs:
1111
install:
12-
name: Install and Running
12+
name: Install and Run
1313

1414
runs-on: ubuntu-latest
1515

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
types: [synchronize, opened, reopened]
66
push:
7-
branches: [main]
7+
branches: [main, development]
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)