Skip to content

Revert "Remove only on main condition" #19

Revert "Remove only on main condition"

Revert "Remove only on main condition" #19

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