Skip to content

Commit

Permalink
Merge pull request #341 from april/master
Browse files Browse the repository at this point in the history
Trying tags as a pattern
  • Loading branch information
april authored Jun 29, 2020
2 parents 2100515 + 12742dd commit f108f7b
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 f108f7b

Please sign in to comment.