Skip to content

Commit

Permalink
Merge pull request #6 from OmegaLambda1998/dev
Browse files Browse the repository at this point in the history
Update Workflows
  • Loading branch information
OmegaLambda1998 authored Jul 19, 2024
2 parents b000642 + 65cd703 commit 3cf7a5f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'docs/**'
workflow_dispatch:

concurrency:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '.github/**'
workflow_dispatch:

concurrency:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '.github/**'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_and_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- main
paths-ignore:
- 'docs/**'
- '.github/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- '.github/**'
workflow_dispatch:

concurrency:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/treeshake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '.github/**'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 3cf7a5f

Please sign in to comment.