Skip to content

Commit

Permalink
Merge pull request #15 from JeremyEspresso/patch-1
Browse files Browse the repository at this point in the history
Only run publish.yml on the default branch
  • Loading branch information
FiniteReality authored May 16, 2021
2 parents 244db2f + 2fa7e5d commit 7b7888f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish Finite.Commands to MyGet

on:
push:
branches:
- 'main'
paths-ignore:
- 'docs/**'

Expand Down

0 comments on commit 7b7888f

Please sign in to comment.