Skip to content

Commit

Permalink
fix: action config error
Browse files Browse the repository at this point in the history
define one of `paths` and `paths-ignore` for a single event
  • Loading branch information
a3510377 committed Jul 25, 2024
1 parent ecf4efc commit 5f6620c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
workflow_dispatch:
push:
branches: [main]
paths-ignore:
- README.md
- .github/**
- '!.github/workflows/**'
paths:
- '!README.md'
- '.github/workflows/releaser.yml'
- server/**

env:
Expand Down

0 comments on commit 5f6620c

Please sign in to comment.