Skip to content

Commit

Permalink
Add explicit branches filter for push event
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNDRmac committed Jan 26, 2022
1 parent bce5dbe commit 1640d1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build and Test

on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
- 'SignNow.Net/SignNow.Net.Examples/**'
Expand Down

0 comments on commit 1640d1b

Please sign in to comment.