Skip to content

Commit 400cbb0

Browse files
committed
Revert guthub actions change
1 parent f949b05 commit 400cbb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
branches-ignore:
55
- main
66
- staging
7-
- staging-debug
87
pull_request:
98
jobs:
109
build:

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy
22
on:
33
push:
44
branches:
5-
- staging-debug
5+
- main
6+
- staging
67

78
permissions:
89
contents: read

0 commit comments

Comments
 (0)