Skip to content

Commit

Permalink
fix: Remove paths filter from release workflow (#25)
Browse files Browse the repository at this point in the history
This PR removes the `paths` filter from the release workflow.

This will shift the responsibility of determining when a release should
occur from GitHub Actions to `semantic-release` via semantic commit
messages.
  • Loading branch information
ajschmidt8 authored Nov 23, 2022
1 parent c39b901 commit 1106740
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ on:
push:
branches:
- main
paths:
- "src/**"
- "setup.cfg"
- "setup.py"
- "pyproject.toml"
- ".github/workflows/release.yaml"

jobs:
release:
Expand Down

0 comments on commit 1106740

Please sign in to comment.