Skip to content

Commit ce02cb5

Browse files
committed
enabled ci on push/pr events against main or develop branches
1 parent 4320820 commit ce02cb5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ name: CI
44
on:
55
# manual trigger
66
workflow_dispatch:
7-
# # runnnig on push to main and develop branches
8-
# push:
9-
# branches:
10-
# - main
11-
# - develop
12-
# # running on pull requests to main and develop branches
13-
# pull_request:
14-
# branches:
15-
# - main
16-
# - develop
7+
# runnnig on push to main and develop branches
8+
push:
9+
branches:
10+
- main
11+
- develop
12+
# running on pull requests to main and develop branches
13+
pull_request:
14+
branches:
15+
- main
16+
- develop
1717

1818
# defining global environment variables for all jobs
1919
env:

0 commit comments

Comments
 (0)