Skip to content

Merge pull request #3 from abjrcode/more-time #4

Merge pull request #3 from abjrcode/more-time

Merge pull request #3 from abjrcode/more-time #4

Workflow file for this run

name: Main
on:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: cross-wails-main
cancel-in-progress: true
jobs:
LinuxCI:
uses: ./.github/workflows/build-linux.yaml
permissions:
contents: read
packages: write
with:
PUSH_IMAGE: true
GO_VERSION: "1.21.1"
NODE_VERSION: "18"
WAILS_VERSION: "v2.6.0"