Skip to content

Commit

Permalink
Merge pull request #299 from jajik/simplify-ci
Browse files Browse the repository at this point in the history
ci: Remove branches '*' when it's the default behaviour
  • Loading branch information
rhusar authored Nov 6, 2024
2 parents 07feed7 + b292175 commit 0781362
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 0781362

Please sign in to comment.