Skip to content

Commit

Permalink
Changes CI build to only handle branches, not tag pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Jul 26, 2021
1 parent 5dc9511 commit c6b886a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: build
on: [push, pull_request]
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"

env:
DOTNETVERSION: "5.0.x"
Expand Down

0 comments on commit c6b886a

Please sign in to comment.