Skip to content

Commit

Permalink
Exclude .github-folder from workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Sep 25, 2023
1 parent cf1d934 commit d8b5d24
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
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'
- '.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 @@ -8,6 +8,7 @@ on:
- '**'
paths-ignore:
- '**.md'
- '.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 @@ -8,6 +8,7 @@ on:
- '**'
paths-ignore:
- '**.md'
- '.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 @@ -8,6 +8,7 @@ on:
- '**'
paths-ignore:
- '**.md'
- '.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 @@ -6,6 +6,7 @@ on:
- "v*"
paths-ignore:
- '**.md'
- '.github/**'

jobs:
build:
Expand Down

0 comments on commit d8b5d24

Please sign in to comment.