Skip to content

Commit bbdd426

Browse files
authored
Update ci.yml
run on PRs to main
1 parent 45d453d commit bbdd426

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
name: Continuous Integration
2+
3+
# runs on
4+
# * pushes and pull requests on the "main" (pull request only for specific paths)
5+
# * manual trigger
6+
17
on:
28
push:
3-
branches:
4-
- main
9+
branches: [ "main", "feature/*" ]
10+
11+
pull_request:
12+
branches: [ "main", "feature/*" ]
13+
14+
workflow_dispatch:
15+
516
jobs:
617
build:
718
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)