Skip to content

Commit

Permalink
ci: cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Oct 19, 2024
1 parent 1e3bcd9 commit 8f2f227
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/devilutionx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ name: DevilutionX

on:
push:
paths-ignore:
- "**/*.md"
- '**/*.txt'
paths:
- 'homebrew/DevilutionX/**'
pull_request:
paths-ignore:
- "**/*.md"
- '**/*.txt'
workflow_dispatch:
paths:
- 'homebrew/DevilutionX/**'

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lakesnes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- 'homebrew/LakeSnes/**'
workflow_dispatch:

concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/payload.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Payload

on:
push:
Expand Down

0 comments on commit 8f2f227

Please sign in to comment.