forked from go-packages/paypal
Update events to trigger actions lint-test.yaml
This commit is contained in:
parent
283485068c
commit
63bbbdf1e1
12
.github/workflows/lint-test.yaml
vendored
12
.github/workflows/lint-test.yaml
vendored
|
@ -1,6 +1,16 @@
|
|||
name: Lint and Test
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- features/*
|
||||
- testing/*
|
||||
- fix/*
|
||||
- enhance/*
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- staging
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
Loading…
Reference in New Issue
Block a user