marine-rs-sdk-test/.github/workflows/e2e.yml
Anatolios Laskaris a58c56d1be
chore: Add release-please (#49)
* Add release-please

* Fix version

* Fix
2023-02-06 18:40:17 +03:00

28 lines
535 B
YAML

name: "e2e"
on:
pull_request:
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/workflows/e2e.yml"
- "!.github/workflows/tests.yml"
push:
branches:
- "master"
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/workflows/e2e.yml"
- "!.github/workflows/tests.yml"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
marine-rs-sdk-test:
uses: ./.github/workflows/tests.yml
with:
ref: ${{ github.ref }}