Skip to content

Commit 677e3ce

Browse files
authored
Merge pull request #3 from emrekovanci:develop
update branch action triggers
2 parents c67f84b + ad0084f commit 677e3ce

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name: ci
22

33
on:
4-
- push
5-
- pull_request
6-
- workflow_dispatch
4+
push:
5+
branches:
6+
- master
7+
- develop
8+
pull_request:
9+
release:
10+
types: [published]
11+
workflow_dispatch:
712

813
jobs:
914
build:

0 commit comments

Comments
 (0)