diff --git a/.github/workflows/generate-pot.yml b/.github/workflows/generate-pot.yml index 03cb925..13424d0 100644 --- a/.github/workflows/generate-pot.yml +++ b/.github/workflows/generate-pot.yml @@ -2,11 +2,15 @@ name: Generate POT on: push: + branches: + - main + - translations tags: - "**" jobs: WP_POT_Generator: + if: github.repository == 'aspirepress/aspireupdate' runs-on: ubuntu-latest steps: - uses: actions/checkout@master