We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef331b commit bcf0807Copy full SHA for bcf0807
.github/workflows/vm.yml
@@ -1,9 +1,8 @@
1
name: VM Test
2
on:
3
push:
4
- branches:
5
- -- "**"
6
- workflow_dispatch: {}
+ branches: [ "**" ]
+ workflow_dispatch:
7
8
jobs:
9
vm-test:
0 commit comments