Skip to content

Commit 865cb80

Browse files
committed
add branch run-ci
1 parent 8a203b5 commit 865cb80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/qiita-plugin-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches: [master]
66
branches: [dev]
7+
branches: [run-ci]
78
pull_request:
89
branches: [master]
910
branches: [dev]
11+
branches: [run-ci]
1012

1113
jobs:
1214
# derived from https://github.com/actions/example-services/blob/master/.github/workflows/postgres-service.yml

0 commit comments

Comments
 (0)