Skip to content

Commit

Permalink
run GA on push to main and feature branch (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen authored Nov 17, 2024
1 parent 2a87d5f commit e91fe5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e91fe5d

Please sign in to comment.