Skip to content

Commit 0ecf3ae

Browse files
committed
test: rename workflow names and their files
1 parent b5f6e9a commit 0ecf3ae

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/pr-build-preview.yml renamed to .github/workflows/pr-build-preview-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
name: Build preview for PR
1+
name: Build preview for PR develop
22

33
on:
44
pull_request:
55
types: [opened, synchronize, reopened]
6+
branches: [develop]
67

78
permissions:
89
contents: read

.github/workflows/pr-deploy-preview.yml renamed to .github/workflows/pr-deploy-preview-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Deploy preview for PR
1+
name: Deploy preview for PR develop
22

33
on:
44
workflow_run:
5-
workflows: [Build preview for PR]
5+
workflows: [Build preview for PR develop]
66
types:
77
- completed
88
branches:

0 commit comments

Comments
 (0)