Skip to content

Commit 9188621

Browse files
committed
update workflows
1 parent 061a9cd commit 9188621

3 files changed

Lines changed: 3 additions & 50 deletions

File tree

.github/workflows/Build.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/Test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Test
22
on:
33
push:
4+
branches:
5+
- master
46
pull_request:
57
branches:
68
- master

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Web UI
22

33
on:
44
push:
5-
branches: [master, feature/webui]
5+
branches: [master]
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)