Skip to content

Commit

Permalink
Exclude .github-folder from action run
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Sep 25, 2023
1 parent fe3ee41 commit 42c7e0a
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 @@ -9,6 +9,7 @@ on:
paths-ignore:
- '**.md'
- '**.tmpl'
- '.github/**'

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 @@ -9,6 +9,7 @@ on:
paths-ignore:
- '**.md'
- '**.tmpl'
- '.github/**'

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 @@ -9,6 +9,7 @@ on:
paths-ignore:
- '**.md'
- '**.tmpl'
- '.github/**'

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 @@ -9,6 +9,7 @@ on:
paths-ignore:
- '**.md'
- '**.tmpl'
- '.github/**'

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 @@ -7,6 +7,7 @@ on:
paths-ignore:
- '**.md'
- '**.tmpl'
- '.github/**'

jobs:
build:
Expand Down

0 comments on commit 42c7e0a

Please sign in to comment.