Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added GHA workflows to trigger on changes to itself
Browse files Browse the repository at this point in the history
ribafish committed Aug 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5b20205 commit 49af8d4
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -3,10 +3,10 @@ name: Verify Convention Develocity Gradle Plugin
on:
push:
branches: [ main ]
paths: [ 'convention-develocity-gradle-plugin/**' ]
paths: [ 'convention-develocity-gradle-plugin/**', '.github/workflows/convention-develocity-gradle-plugin-verification.yml ' ]
pull_request:
branches: [ main ]
paths: [ 'convention-develocity-gradle-plugin/**' ]
paths: [ 'convention-develocity-gradle-plugin/**', '.github/workflows/convention-develocity-gradle-plugin-verification.yml ' ]
workflow_dispatch:

jobs:
Original file line number Diff line number Diff line change
@@ -3,10 +3,10 @@ name: Verify Convention Develocity Maven Extension
on:
push:
branches: [ main ]
paths: [ 'convention-develocity-maven-extension/**' ]
paths: [ 'convention-develocity-maven-extension/**', '.github/workflows/convention-develocity-maven-extension-verification.yml' ]
pull_request:
branches: [ main ]
paths: [ 'convention-develocity-maven-extension/**' ]
paths: [ 'convention-develocity-maven-extension/**', '.github/workflows/convention-develocity-maven-extension-verification.yml' ]
workflow_dispatch:

jobs:
Original file line number Diff line number Diff line change
@@ -3,10 +3,10 @@ name: Verify Gradle Data Capturing Samples
on:
push:
branches: [ main ]
paths: [ 'build-data-capturing-gradle-samples/**' ]
paths: [ 'build-data-capturing-gradle-samples/**', '.github/workflows/gradle-data-capturing-samples-verification.yml' ]
pull_request:
branches: [ main ]
paths: [ 'build-data-capturing-gradle-samples/**' ]
paths: [ 'build-data-capturing-gradle-samples/**', '.github/workflows/gradle-data-capturing-samples-verification.yml' ]
workflow_dispatch:

jobs:
Original file line number Diff line number Diff line change
@@ -3,10 +3,10 @@ name: Verify Maven Data Capturing Samples
on:
push:
branches: [ main ]
paths: [ 'build-data-capturing-maven-samples/**' ]
paths: [ 'build-data-capturing-maven-samples/**', '.github/workflows/maven-data-capturing-samples-verification.yml' ]
pull_request:
branches: [ main ]
paths: [ 'build-data-capturing-maven-samples/**' ]
paths: [ 'build-data-capturing-maven-samples/**', '.github/workflows/maven-data-capturing-samples-verification.yml' ]
workflow_dispatch:

jobs:
4 changes: 2 additions & 2 deletions .github/workflows/quarkus-build-caching-extension.yml
Original file line number Diff line number Diff line change
@@ -6,10 +6,10 @@ on:
- cron: "0 9 * * 0"
push:
branches: [ main ]
paths: [ 'quarkus-build-caching-extension/**' ]
paths: [ 'quarkus-build-caching-extension/**', '.github/workflows/quarkus-build-caching-extension.yml ' ]
pull_request:
branches: [ main ]
paths: [ 'quarkus-build-caching-extension/**' ]
paths: [ 'quarkus-build-caching-extension/**', '.github/workflows/quarkus-build-caching-extension.yml ' ]
workflow_dispatch:

jobs:

0 comments on commit 49af8d4

Please sign in to comment.