Skip to content

Commit

Permalink
feat(cicd): added condition
Browse files Browse the repository at this point in the history
  • Loading branch information
zhifenglee-aelf committed Jun 7, 2024
1 parent 6ed3ece commit 782b813
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-templates-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ on:
push:
tags:
- 'templates-v*'
branches:
- master

jobs:
publish:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
env:
WORKING_DIRECTORY: templates
environment: prod
Expand Down

0 comments on commit 782b813

Please sign in to comment.