Browse Source

Temporary change to compile on current branch

tags/0.11.0
SignalRT 1 year ago
parent
commit
59a3323c94
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/main.yml

+ 2
- 2
.github/workflows/main.yml View File

@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [master]
branches: [LlavaExecutor]
pull_request:
branches: [master]
branches: [LlavaExecutor]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true


Loading…
Cancel
Save