fix error in pull_request event spec
This commit is contained in:
4
.github/workflows/test_and_publish.yml
vendored
4
.github/workflows/test_and_publish.yml
vendored
@@ -19,8 +19,8 @@ on:
|
|||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
- '2.[0-9][0-9][0-9][0-9][0-9][0-9]'
|
- '2.[0-9][0-9][0-9][0-9][0-9][0-9]'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
jobs:
|
jobs:
|
||||||
test_netdisco:
|
test_netdisco:
|
||||||
name: Test and CPAN Upload
|
name: Test and CPAN Upload
|
||||||
|
|||||||
Reference in New Issue
Block a user