Skip to content

Commit

Permalink
Excluded TMPL-Files from workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Sep 20, 2023
1 parent 4b5e561 commit 735dc06
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.php73.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '**'
paths-ignore:
- '**.md'
- '**.tmpl'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.php74.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '**'
paths-ignore:
- '**.md'
- '**.tmpl'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.php80.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '**'
paths-ignore:
- '**.md'
- '**.tmpl'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.php81.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '**'
paths-ignore:
- '**.md'
- '**.tmpl'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.php81.release.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "v*"
paths-ignore:
- '**.md'
- '**.tmpl'

jobs:
build:
Expand Down

0 comments on commit 735dc06

Please sign in to comment.