Skip to content

Commit 1a98f6f

Browse files
committed
feat: enable automated testing on snd branch
1 parent ed9c984 commit 1a98f6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "main"
77
- "dev"
8+
- "snd"
89
paths-ignore:
910
- '*.md'
1011
- '**/*.md'
@@ -14,7 +15,7 @@ on:
1415
- 'ALPACA_README.md'
1516
pull_request:
1617
types: [opened, synchronize, reopened]
17-
branches: [ main, dev ]
18+
branches: [ main, dev, snd ]
1819
paths-ignore:
1920
- '*.md'
2021
- '**/*.md'

0 commit comments

Comments
 (0)