Skip to content

Commit

Permalink
reconfigure conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpearce-digital committed Oct 2, 2023
1 parent 225df57 commit c69e63e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/weblate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ name: "Weblate PR Workflow"
on:
pull_request:
branches:
- '!main'
- 'main'
push:
# Sequence of patterns matched against refs/heads
branches:
- 'MLPAB-1419-use-a-single-persistent-environment-for-weblate-changes-optimise-workflow'

permissions:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/workflow_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
pull_request:
branches:
- 'main'
- '!MLPAB-1419-use-a-single-persistent-environment-for-weblate-changes-optimise-workflow'
push:
# Sequence of patterns matched against refs/heads
branches-ignore:
- 'main'
- 'MLPAB-1419-use-a-single-persistent-environment-for-weblate-changes-optimise-workflow'

permissions:
id-token: write
Expand Down

0 comments on commit c69e63e

Please sign in to comment.