Skip to content

Commit

Permalink
limit workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Sep 19, 2023
1 parent 50f7011 commit 9b640bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Docs
on:
push:
branches: [iblrigv8, docs]
paths:
- '.github/workflows/documentation.yaml'
- 'docs/**'
permissions:
contents: write
jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: iblrigv8 CI
on:
push:
branches: [iblrigv8]
paths-ignore:
- 'docs/**'
pull_request:
branches: [iblrigv8]
paths-ignore:
- 'docs/**'

jobs:
tests:
Expand Down

0 comments on commit 9b640bd

Please sign in to comment.