Skip to content

Commit

Permalink
ci: run for branches but not tags [skip ci] (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Dec 1, 2020
1 parent 395d174 commit 8d2249f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sauce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: sauce

on:
push:
branches:
- '**'
tags-ignore:
- 'v**'
- '*.*'

jobs:
unit-tests:
Expand Down

0 comments on commit 8d2249f

Please sign in to comment.