Skip to content

Better branch functions #11

Better branch functions

Better branch functions #11

Workflow file for this run

name: Check for included files
on:
push:
paths:
- "include/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Do nothing
run: exit 0