Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Aug 20, 2024
1 parent e2a2e04 commit 939ba71
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,21 @@ on:
- 'feature/**'
- 'fix/**'
- '!doc/**'
paths:
- '!README.md'
- '!Makefile'
- '!.github/workflows/*'

pull_request:
branches:
- 'main'
- 'feature/**'
- 'fix/**'
- '!doc/**'
paths:
- '!README.md'
- '!Makefile'
- '!.github/workflows/*'

env:
COLLECTION_NAMESPACE: bodsch
Expand Down

0 comments on commit 939ba71

Please sign in to comment.