Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
Only exclude gh-pages branch, instead of whitelisting all the others.
  • Loading branch information
pyrocumulus authored Mar 11, 2020
1 parent 499c236 commit c950684
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: .NET Core

on:
push:
branches:
- master # Push events on master branch
- develop # Push events to branches matching refs/heads/mona/octocat
branches-ignore:
- gh-pages

jobs:
build_and_test:
Expand Down

0 comments on commit c950684

Please sign in to comment.