Browse Source

Change to execute test

tags/v0.8.0
jlsantiago GitHub 2 years ago
parent
commit
cfe03cd265
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: [master]
branches: [RuntimeDetection]
pull_request:
branches: [master]
branches: [RuntimeDetection]

jobs:
build:


Loading…
Cancel
Save