Skip to content

Fixes and backport

Fixes and backport #6

Workflow file for this run

name: build-plugin
on:
push:
branches:
- master
- dev
pull_request:
# Automatically cancel any previous workflow on new push.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build & run the plugin
run: chmod +x .ci-scripts/ci-build-linux.sh && .ci-scripts/ci-build-linux.sh "${{ github.ref_name }}"