Skip to content

Commit

Permalink
enable manual trigger with on:workflow_dispatch:
Browse files Browse the repository at this point in the history
  • Loading branch information
lantz authored Apr 1, 2022
1 parent 5972b76 commit 4f840cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-vm.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: mininet-vm-build

on:
workflow_dispatch:
push:
pull_request:
# Nightly build at 1:15 UTC
schedule:
- cron: '01 15 * * *'

jobs:
build:
name: Mininet VM Build
Expand Down

0 comments on commit 4f840cd

Please sign in to comment.