Skip to content

Commit

Permalink
github: ignore certain paths
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Jan 24, 2024
1 parent 2f0e742 commit c5438a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- master
- main
paths-ignore:
- '**/*.md'
- '.github/environment/**'

permissions:
id-token: write
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- master
- main
paths-ignore:
- '**/*.md'
- '.github/environment/**'

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit c5438a6

Please sign in to comment.