Skip to content

Commit 9ddf0c1

Browse files
committed
ci: exclude commits from own repo
1 parent 804fef5 commit 9ddf0c1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ name: CI
22

33
on:
44
push:
5-
branches:
6-
- '**'
5+
branches: [master, develop]
76
tags-ignore:
87
- '**'
98
pull_request:
10-
branches:
11-
- '**'
129

1310
jobs:
1411
lint_and_build:

0 commit comments

Comments
 (0)