Skip to content

Commit

Permalink
Updated prod trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrouth committed Apr 7, 2022
1 parent 180583d commit af5ab2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/master-tags.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: 'Push to Production'

on:
create:
push:
branches:
- '!*'
tags:
- '*'
- 'v*'

jobs:
build-push-deploy:
Expand Down

0 comments on commit af5ab2a

Please sign in to comment.