Skip to content

Commit

Permalink
CI: Fix paths-ignore syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxa committed Sep 24, 2024
1 parent 71d75c9 commit b66b6f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/amxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: AG Mod X - Full release package

on:
push:
paths-ignore:
- 'website/**'
pull_request:
paths-ignore:
- 'website/**'
paths-ignore:
- 'website/**'

jobs:
build:
Expand Down

0 comments on commit b66b6f4

Please sign in to comment.