Skip to content

Commit ef6af7a

Browse files
committed
Update CD event tag pattern again again
1 parent 1482241 commit ef6af7a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3-
41
name: Continuous Deployment
52

63
on:
74
push:
8-
branches:
9-
- "master"
105
tags:
11-
- "[0-9].[0-9].[0-9]"
6+
- '[0-9].[0-9].[0-9]'
127

138
jobs:
149
build:

0 commit comments

Comments
 (0)