Skip to content

Commit 78155d4

Browse files
authored
Update sanity.yml
1 parent 9924614 commit 78155d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sanity.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ on:
22
push:
33
branches:
44
- '*/*' # matches every branch containing a single '/'
5-
- remaster
6-
- '!master' # excludes master
5+
- master
6+
- '!legacy' # excludes master
77

88
name: Build
99
jobs:
@@ -37,4 +37,4 @@ jobs:
3737
run: make build
3838

3939
- name: Test service
40-
run: make test-backend
40+
run: make test-backend

0 commit comments

Comments
 (0)