Skip to content

Commit

Permalink
Trigger CI on workflows changes (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas committed Nov 19, 2023
1 parent 49f4a44 commit 327f3c8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches: [ "main" ]
paths:
- .github/workflows/go.yml
- go/**
pull_request:
branches: [ "main" ]
paths:
- .github/workflows/go.yml
- go/**

permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches: [ "main" ]
paths:
- .github/workflows/java.yml
- java/**
pull_request:
branches: [ "main" ]
paths:
- .github/workflows/java.yml
- java/**

permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches: [ "main" ]
paths:
- .github/workflows/javascript.yml
- javascript/**
pull_request:
branches: [ "main" ]
paths:
- .github/workflows/javascript.yml
- javascript/**

permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches: [ "main" ]
paths:
- .github/workflows/kotlin.yml
- kotlin/**
pull_request:
branches: [ "main" ]
paths:
- .github/workflows/kotlin.yml
- kotlin/**

permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches: [ "main" ]
paths:
- .github/workflows/ruby.yml
- ruby/**
pull_request:
branches: [ "main" ]
paths:
- .github/workflows/ruby.yml
- ruby/**

permissions:
Expand Down

0 comments on commit 327f3c8

Please sign in to comment.