Skip to content

Commit

Permalink
Test Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
puntope committed Aug 18, 2023
1 parent 667a66f commit e3605b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/php-hook-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
name: PHP Hook Documentation Generator

on:
push:
branches:
- "release/**"
paths:
- "**.php"
- .github/workflows/php-hook-documentation.yml
pull_request:
types:
- opened
branches:
- "release/**"
paths:
- "**.php"
- .github/workflows/php-hook-documentation.yml


concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit e3605b4

Please sign in to comment.