Skip to content

feat: checking if server is opened using lock file #3

feat: checking if server is opened using lock file

feat: checking if server is opened using lock file #3

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make
- name: On release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: telly