Skip to content

Upgrading PHPStan to 2.0 (#412) #46

Upgrading PHPStan to 2.0 (#412)

Upgrading PHPStan to 2.0 (#412) #46

Workflow file for this run

name: Built Branch and Release
on:
push:
branches:
- develop
- main
- production
permissions:
contents: write
jobs:
release:
name: "Built Branch and Release"
runs-on: ubuntu-latest
if: github.repository != 'alleyinteractive/create-wordpress-plugin'
steps:
- uses: alleyinteractive/action-release@develop