Skip to content

Commit

Permalink
trigger on new version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb8005 authored Aug 12, 2022
1 parent f6c5d94 commit 1052064
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Deploy

on:
push:
tags:
- v*

# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
#push:
# branches:
# - master

jobs:
deploy:
Expand Down

0 comments on commit 1052064

Please sign in to comment.