Skip to content

Commit

Permalink
ci: skip testing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jan 5, 2023
1 parent d1aca20 commit 13b743d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: build

on:
push:
branches:
- '**'

env:
DOTNET_NOLOGO: true # https://github.com/actions/setup-dotnet#environment-variables-to-use-with-dotnet
Expand Down

0 comments on commit 13b743d

Please sign in to comment.