Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Changed trigger to on release.
  • Loading branch information
danielmilner committed Nov 20, 2019
1 parent 8af7243 commit eff8141
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Deploy to WordPress.org
on:
push:
branches:
- refs/tags/*
release:
types: [published]
jobs:
tag:
name: New tag
name: New release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit eff8141

Please sign in to comment.