Skip to content

Commit

Permalink
Add wp.org deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Dec 8, 2023
1 parent 8fc73a4 commit 335343a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- "v*"
# Allow manually triggering the workflow.
workflow_dispatch:

jobs:
tag:
Expand All @@ -24,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@main
uses: actions/checkout@v2
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 335343a

Please sign in to comment.