Skip to content

Commit

Permalink
chore: improve tests workflow and update update-pot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arzola committed Feb 11, 2025
1 parent fcec5ed commit 3875311
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update-pot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Update .pot file 🌐

on:
pull_request:
push:
branches: [dev]
paths:
- "**.php"
- "**.js"
- "**/*.php"
- "**/*.js"
workflow_dispatch:


jobs:
update-pot-file:
uses: pressbooks/reusable-workflows/.github/workflows/update-pot.yml@main
Expand Down

0 comments on commit 3875311

Please sign in to comment.