Skip to content

Readd git tag creation & pushing #29

Readd git tag creation & pushing

Readd git tag creation & pushing #29

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test bash scripts
run: make test_bashscripts