Skip to content

Commit b292175

Browse files
committed
ci: Remove branches '*' when it's the default behaviour
1 parent 07feed7 commit b292175

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/ci-ignored-workaround.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
name: Skip CI on ignored paths
22
on:
33
push:
4-
branches:
5-
- '*'
64
paths:
75
- '.gitignore'
86
- '**.md'
97
- 'LICENSE'
108
pull_request:
11-
branches:
12-
- '*'
139
paths:
1410
- '.gitignore'
1511
- '**.md'

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
name: CI
22
on:
33
push:
4-
branches:
5-
- '*'
64
paths-ignore:
75
- '.gitignore'
86
- '**.md'
97
- 'LICENSE'
108
pull_request:
11-
branches:
12-
- '*'
139
paths-ignore:
1410
- '.gitignore'
1511
- '**.md'

0 commit comments

Comments
 (0)