forked from go-packages/paypal
Merge pull request 'staging' (#5) from staging into master
Reviewed-on: #5
This commit is contained in:
commit
5c4c0e1b7b
12
.github/workflows/lint-test.yaml
vendored
12
.github/workflows/lint-test.yaml
vendored
|
@ -1,6 +1,16 @@
|
||||||
name: Lint and Test
|
name: Lint and Test
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- features/*
|
||||||
|
- testing/*
|
||||||
|
- fix/*
|
||||||
|
- enhance/*
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- staging
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user