Skip to content

Commit

Permalink
Merge pull request #23 from pauldaustin/feature/websocket
Browse files Browse the repository at this point in the history
Feature/websocket
  • Loading branch information
pauldaustin authored Jan 17, 2024
2 parents 0d6ab1f + 0b3bb58 commit 8e70334
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/CI.yml → .github/workflows/BuildCheck.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Build
name: CI Build

on:
push:
branches:
- '*'
pull_request:
types: [opened, reopened]
- 'main'
- 'feature/*'
- 'patch/*'
pull_request:
types: [opened, reopened]

workflow_dispatch:

Expand Down

0 comments on commit 8e70334

Please sign in to comment.