Skip to content

Commit 1eb3f3b

Browse files
authored
devops: publish snapshots automatically on each commit (microsoft#543)
1 parent fcac298 commit 1eb3f3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Publish
22
on:
33
workflow_dispatch
4+
push:
5+
branches:
6+
- master
47
jobs:
58
build:
69
timeout-minutes: 30

0 commit comments

Comments
 (0)