Skip to content

Commit

Permalink
ci: update glob
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jul 20, 2024
1 parent 1dc726c commit 845b7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
- release/stable/*
- release/stable/**
paths:
- .github/workflows/ci.yml
- Directory.Build.props
Expand All @@ -15,7 +15,7 @@ on:
pull_request:
branches:
- master
- release/stable/*
- release/stable/**
paths:
- .github/workflows/ci.yml
workflow_dispatch:
Expand Down

0 comments on commit 845b7d6

Please sign in to comment.