Skip to content

Commit

Permalink
test: rename workflow names and their files
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hollow committed Dec 10, 2024
1 parent b5f6e9a commit 0ecf3ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build preview for PR
name: Build preview for PR develop

on:
pull_request:
types: [opened, synchronize, reopened]
branches: [develop]

permissions:
contents: read
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Deploy preview for PR
name: Deploy preview for PR develop

on:
workflow_run:
workflows: [Build preview for PR]
workflows: [Build preview for PR develop]
types:
- completed
branches:
Expand Down

0 comments on commit 0ecf3ae

Please sign in to comment.