Browse Source

Let master branch in the CI test execution

tags/v0.8.0
jlsantiago GitHub 2 years ago
parent
commit
bfeaa575e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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: [RuntimeDetection]
branches: [master]
pull_request:
branches: [RuntimeDetection]
branches: [master]

jobs:
build:


Loading…
Cancel
Save