Skip to content

Commit

Permalink
Update workflow configs
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Sep 18, 2024
1 parent b466e00 commit b3f5403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wp.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: wp
name: ci

on:
workflow_dispatch:
Expand All @@ -7,7 +7,7 @@ on:
branches:
- main
paths:
- ".github/workflows/wp.yml"
- ".github/workflows/ci.yml"
- "**.php"
- "composer.json"
- "phpcs.xml.dist"
Expand All @@ -17,7 +17,7 @@ on:
branches:
- main
paths:
- ".github/workflows/wp.yml"
- ".github/workflows/ci.yml"
- "**.php"
- "composer.json"
- "phpcs.xml.dist"
Expand Down

0 comments on commit b3f5403

Please sign in to comment.