Skip to content

update github action for publishing aur package #75

update github action for publishing aur package

update github action for publishing aur package #75

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- '*'
tags-ignore:
- '*'
jobs:
test:
name: Test
strategy:
matrix:
go: [ '1.23' ]
uses: ./.github/workflows/go-test.yml
with:
go-version: ${{ matrix.go }}