Skip to content

Commit

Permalink
Fix building workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicMercury8 committed Sep 17, 2024
1 parent bfd79b5 commit a1d4edd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-template-1.12.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:
paths:
- '.github/workflows/build-template-1.12.2.yml'
- 'forge-1.12.2/**'
- '!*.md'
- '!LICENSE*'
- '!**/*.md'
- '!**/LICENSE*'

pull_request:
branches:
- '**'
paths:
- '.github/workflows/build-template-1.12.2.yml'
- 'forge-1.12.2/**'
- '!*.md'
- '!LICENSE*'
- '!**/*.md'
- '!**/LICENSE*'

defaults:
run:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-template-1.16.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:
paths:
- '.github/workflows/build-template-1.16.5.yml'
- 'forge-1.16.5/**'
- '!*.md'
- '!LICENSE*'
- '!**/*.md'
- '!**/LICENSE*'

pull_request:
branches:
- '**'
paths:
- '.github/workflows/build-template-1.16.5.yml'
- 'forge-1.16.5/**'
- '!*.md'
- '!LICENSE*'
- '!**/*.md'
- '!**/LICENSE*'

defaults:
run:
Expand Down

0 comments on commit a1d4edd

Please sign in to comment.