Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Sep 13, 2023
1 parent bd4a1d8 commit c1dd295
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.php73.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- '**'
branches:
- '**'
paths-ignore:
- '**.md'

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

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

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

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.php81.release.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- "v*"
paths-ignore:
- '**.md'

jobs:
build:
Expand Down

0 comments on commit c1dd295

Please sign in to comment.