Skip to content

Commit caeb9a2

Browse files
committed
Minor CI/CD change
1 parent c2ec65e commit caeb9a2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Test and Deploy
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- master
6+
create:
7+
tags:
8+
- 'v*'
39
jobs:
410
test:
511
name: Test

0 commit comments

Comments
 (0)