Skip to content

feat: added trade agreement renegotiation #15

feat: added trade agreement renegotiation

feat: added trade agreement renegotiation #15

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
paths-ignore:
- "README.md"
- "CHANGELOG.md"
- ".gitignore"
tags-ignore:
# This will ignore release versions tagged with a version identifier. We'll
# use a separate workflow for them.
- "v*"
pull_request:
paths-ignore:
- README.md
- "CHANGELOG.md"
- ".gitignore"
jobs:
build:
uses: ./.github/workflows/build.yml
with:
artifact-suffix: ${{ github.sha }}