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