Skip to content

Commit

Permalink
ci: Update GitHub action configurations and workflows
Browse files Browse the repository at this point in the history
- Update GitHub action configuration to exclude specific paths in push event
- Improve workflow efficiency by removing unnecessary triggers and paths from the GitHub action configuration
  • Loading branch information
johnnyhuy committed May 19, 2024
1 parent b1d116e commit 6d019b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
- LICENSE
- '.github/**'

permissions: write-all

Expand Down

0 comments on commit 6d019b0

Please sign in to comment.