Skip to content

Commit

Permalink
ci: Remove branches '*' when it's the default behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Nov 5, 2024
1 parent 07feed7 commit b292175
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-ignored-workaround.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: Skip CI on ignored paths
on:
push:
branches:
- '*'
paths:
- '.gitignore'
- '**.md'
- 'LICENSE'
pull_request:
branches:
- '*'
paths:
- '.gitignore'
- '**.md'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: CI
on:
push:
branches:
- '*'
paths-ignore:
- '.gitignore'
- '**.md'
- 'LICENSE'
pull_request:
branches:
- '*'
paths-ignore:
- '.gitignore'
- '**.md'
Expand Down

0 comments on commit b292175

Please sign in to comment.