Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRobinsonMSFT authored Jul 14, 2023
1 parent cd55d29 commit 03330ad
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ name: DNNE

on:
push:
branches: [master]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ master ]
paths:
- '!**.md'
branches: [master]
paths-ignore:
- '**/*.md'

jobs:
linux:
Expand Down

0 comments on commit 03330ad

Please sign in to comment.