Skip to content

Commit 0781362

Browse files
authored
Merge pull request #299 from jajik/simplify-ci
ci: Remove branches '*' when it's the default behaviour
2 parents 07feed7 + b292175 commit 0781362

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)