Skip to content

Commit e3bca09

Browse files
committed
Fix yaml
1 parent dda0309 commit e3bca09

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

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

.github/workflows/deploy.yml

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

87
permissions:
98
contents: read

0 commit comments

Comments
 (0)