Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkoshevoi committed Sep 15, 2021
1 parent 44b1749 commit c0da37c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: [ main ]
paths:
- 'DateOnlyTimeOnly.AspNet/**'
- '.github/workflows/**'
pull_request:
branches: [ main ]
paths:
- 'DateOnlyTimeOnly.AspNet/**'
- '.github/workflows/**'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
paths:
- 'DateOnlyTimeOnly.AspNet/**'
- '.github/workflows/**'

jobs:
publish:
Expand Down

0 comments on commit c0da37c

Please sign in to comment.