Skip to content

Commit

Permalink
Trying tags as a pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
april committed Jun 29, 2020
1 parent 4aec1b3 commit 12742dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ env:

on:
push:
branches:
- 'tags/*-pre'
tags:
- 'v*-pre'

jobs:
dev-build-and-deploy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ env:

on:
push:
branches:
- 'tags/*-prod'
tags:
- 'v*-prod'

jobs:
prod-build-and-deploy:
Expand Down

0 comments on commit 12742dd

Please sign in to comment.