Skip to content

Commit

Permalink
Remove dev builds on release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl committed May 8, 2020
1 parent 74ea50b commit d8e3714
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev-builds.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
tags:
- "!v*"
branches:
- staging
- develop
Expand All @@ -11,6 +13,7 @@ on:
- develop
- master
- ci/*

jobs:
x86_64-linux-gnu:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d8e3714

Please sign in to comment.