Skip to content

Commit

Permalink
feat: added pr preview actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmihi committed Dec 9, 2023
1 parent 1d4fa0d commit ffee46c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- reopened
- synchronize
branches:
- development
- dev

concurrency:
group: preview-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-close-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types:
- closed
branches:
- development
- dev

jobs:
send-pr-number-to-clean:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main
- development
- dev
types:
- opened
- reopened
Expand Down

0 comments on commit ffee46c

Please sign in to comment.