Skip to content

Commit

Permalink
Update workflow pattern (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass authored Mar 3, 2023
1 parent 0a8dc51 commit 770fc63
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
types: [ opened, synchronize, reopened, ready_for_review ]
branches:
- main
- epic/*
- support/*
- 'epic/**'
- 'support/**'
paths:
- '.github/workflows/build-and-test.yml'
- '.github/actions/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
pull_request:
branches:
- main
- epic/*
- 'epic/**'
- 'support/**'
paths:
- '.github/workflows/clippy.yml'
- '**.rs'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
pull_request:
branches:
- main
- epic/*
- 'epic/**'
- 'support/**'
paths:
- '.github/workflows/format.yml'
- '**.rs'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
pull_request:
branches:
- main
- epic/*
- support/*
- 'epic/**'
- 'support/**'

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

0 comments on commit 770fc63

Please sign in to comment.