Skip to content

Commit

Permalink
Add circle-socket branch to automatic GitHub builds
Browse files Browse the repository at this point in the history
  • Loading branch information
smuehlst committed Feb 4, 2024
1 parent 2d2e57c commit 388f03b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/circle-socket.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: branch "circle-socket"

on:
push:
branches:
- circle-socket
paths-ignore:
- '**.md'

jobs:
build:
uses: ./.github/workflows/smoketest.yaml

0 comments on commit 388f03b

Please sign in to comment.