Skip to content

Commit 9c15d91

Browse files
authored
Only deploy the accelerator on a push to main (Azure-Samples#345)
* Only build on main push * Add npm to Dependabot
1 parent 9307c6d commit 9c15d91

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ updates:
2222
schedule:
2323
interval: "weekly"
2424
open-pull-requests-limit: 50
25+
- package-ecosystem: "npm"
26+
directory: "/"
27+
schedule:
28+
interval: "weekly"
29+
open-pull-requests-limit: 50

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CI
22

33
on:
4-
workflow_dispatch:
5-
pull_request:
64
push:
75
branches:
86
- main

0 commit comments

Comments
 (0)