Run integration tests and release jobs on each pull request/branch push (#48)
Signed-off-by: Rushi Agrawal <[email protected]>
This commit is contained in:
@@ -1,16 +1,6 @@
|
|||||||
name: Integration tests
|
name: Integration tests
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
pull_request:
|
|
||||||
paths-ignore:
|
|
||||||
- 'README.md'
|
|
||||||
branches:
|
|
||||||
- "*"
|
|
||||||
push:
|
|
||||||
paths-ignore:
|
|
||||||
- 'README.md'
|
|
||||||
branches:
|
|
||||||
- "*"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
assemble:
|
assemble:
|
||||||
|
|||||||
@@ -1,16 +1,6 @@
|
|||||||
name: Unified Release
|
name: Unified Release
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
pull_request:
|
|
||||||
paths-ignore:
|
|
||||||
- 'README.md'
|
|
||||||
branches:
|
|
||||||
- "*"
|
|
||||||
push:
|
|
||||||
paths-ignore:
|
|
||||||
- 'README.md'
|
|
||||||
branches:
|
|
||||||
- "*"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
assemble:
|
assemble:
|
||||||
|
|||||||
Reference in New Issue
Block a user