Skip to content

Commit 8210ea5

Browse files
committed
Do not autopush on changes, as the deployment also pushes.
1 parent 5423f21 commit 8210ea5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy-examples.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Deploy Examples
22
on:
3-
push:
4-
branches: [ main ]
5-
pull_request:
6-
branches: [ main ]
73
schedule:
84
- cron: "0 0 * * 0"
95
workflow_dispatch:

0 commit comments

Comments
 (0)