Skip to content

Commit ff6acfb

Browse files
committed
Fix file rule
1 parent 90ad336 commit ff6acfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-distribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- 'package*'
1818
- 'readme.txt'
1919
- 'webpack.config.js'
20-
- './*.php'
20+
- '*.php'
2121

2222
concurrency:
2323
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)