run CI only on push to master
parent
add170c926
commit
5be6b258e1
|
@ -4,6 +4,7 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
Loading…
Reference in New Issue