Browse Source

CI: allow manual trigger

master
Samuel Thibault 3 years ago
parent
commit
9c72ff1d31
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .github/workflows/ci.yml

+ 1
- 0
.github/workflows/ci.yml View File

@@ -1,6 +1,7 @@
name: CI

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:

Loading…
Cancel
Save