Skip to content

Commit

Permalink
Merge pull request #1301 from microsoft/bugfix/wf-trigger
Browse files Browse the repository at this point in the history
- fixes wf triggers to unblock #1300
  • Loading branch information
baywet authored May 14, 2024
2 parents 2539ae6 + 442d79b commit edd1ca8
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,9 @@ name: Gradle Build And Test

on:
push:
branches: [dev, main]
paths-ignore:
- '**.gradle/wrapper'
- '**.gitignore'
- 'LICENSE'
- 'THIRD PARTY NOTICES'
- '**.md'
branches: [main]
pull_request:
branches: [dev, main]
paths-ignore:
- '**.gradle/wrapper'
- '**.gitignore'
- 'LICENSE'
- 'THIRD PARTY NOTICES'
- '**.md'
branches: [main]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit edd1ca8

Please sign in to comment.