Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tides committed Aug 17, 2024
1 parent acf46ac commit 9046483
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- 1.*
paths:
- 'Obsidian.Docs/**'
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: .NET Build

on:
push:
branches: [ master ]
branches: [ 1.* ]
pull_request:
branches: [ master ]
branches: [ 1.* ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nuget

on:
push:
branches: [ "master" ]
branches: [ "1.*" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]

Expand Down

0 comments on commit 9046483

Please sign in to comment.