Skip to content

Commit

Permalink
test fixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
datamweb committed Mar 23, 2024
1 parent abba824 commit ba08f4b
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/smart-commenting.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
name: Smart Commenting

on:
pull_request:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- '.github/workflows/smart-commenting.yml'
push:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- '.github/workflows/smart-commenting.yml'
workflow_call:
pull_request:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- '.github/workflows/smart-commenting.yml'
push:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- '.github/workflows/smart-commenting.yml'
jobs:

add-comment-for-GPG-Signing:
uses: codeigniter4/.github/.github/workflows/label-signing.yml@main

Expand Down

0 comments on commit ba08f4b

Please sign in to comment.