remove CI workflow_dispatch trigger
parent
f19c473c69
commit
7d22c76e10
|
@ -8,9 +8,6 @@ on:
|
|||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
Loading…
Reference in New Issue