Skip to content

Commit

Permalink
ci: add manual run to production workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
williarin committed Feb 20, 2022
1 parent 77cfd9f commit 9b71d2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ on:
push:
tags:
- '**'
workflow_dispatch:

jobs:
build:
name: Deploy to production

runs-on: ubuntu-20.04

if: startsWith(github.ref, 'refs/tags/')

strategy:
matrix:
php: [ '8.1' ]
Expand Down

0 comments on commit 9b71d2c

Please sign in to comment.