Skip to content

Commit

Permalink
gh actions: fix target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul authored and PascalEgn committed Sep 27, 2024
1 parent 0addc5e commit 8d613ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-master-backoffice.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Pull request main (backoffice)
name: Pull request master (backoffice)

on:
pull_request_target:
branches: [main]
branches: [master]
paths:
- 'backoffice-repo/backoffice/**'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-master-workflows.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Pull request main (workflows)
name: Pull request master (workflows)

on:
pull_request_target:
branches: [main]
branches: [master]
paths:
- "backoffice-repo/workflows/**"
jobs:
Expand Down

0 comments on commit 8d613ba

Please sign in to comment.