changed trigger of ci to pull-requests only
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
name: Run tests
|
name: Run tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
#push:
|
||||||
|
|
||||||
#pull_request:
|
pull_request:
|
||||||
#branches: ['main', 'develop']
|
branches: ['main', 'develop']
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user