Skip to content

Commit 05f6b7c

Browse files
committed
Update deploy_dev_playground.yml
1 parent 64d796d commit 05f6b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_dev_playground.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
name: Deploy_Dev
2222
on:
2323
push:
24-
branches: [none]
24+
branches: [version-8-0-0]
2525
paths-ignore:
2626
- "**.md"
2727
pull_request:
2828
branches: [none]
2929
paths-ignore:
3030
- "**.md"
3131
release:
32-
branches: [version-8-0-0]
32+
branches: [none]
3333
types: [published]
3434

3535
jobs:

0 commit comments

Comments
 (0)