♻️ split up workflows

This commit is contained in:
dth@taiga.ai 2023-06-11 20:26:58 +02:00
parent a0668acebb
commit 24f41efc99
6 changed files with 60 additions and 40 deletions

11
test_install_fish.yml Normal file
View file

@ -0,0 +1,11 @@
on:
push:
paths: install_fish.sh
jobs:
install_fish:
name: install fish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: bash install_fish.sh