Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
do not run CI if not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin committed Jan 30, 2024
1 parent 781fab8 commit 61f5b7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- 'go/**'
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'go/**'

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- 'python/**'
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'python/**'

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ruby-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- 'ruby/**'
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'ruby/**'

permissions:
contents: read
Expand Down

0 comments on commit 61f5b7b

Please sign in to comment.