Skip to content

Commit

Permalink
build on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Oct 5, 2020
1 parent e2780f2 commit fdc1192
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: DotNet

on: [push, pull_request]
on:
pull_request:
branches:
- master
push:
branches:
- master
tags:
- '*'

jobs:
test:
Expand Down

0 comments on commit fdc1192

Please sign in to comment.