Skip to content

Commit

Permalink
ci: add the workflows to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexppg committed Jul 30, 2021
1 parent 9af4d0d commit 5acb830
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generic-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Static tests

on: push
on: [push, pull_request_target]

jobs:
unit-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Int Test Linux

on: push
on: [push, pull_request_target]

jobs:
int-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Int Test MacOS

on: push
on: [push, pull_request_target]

jobs:
int-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Int Test Windows

on: push
on: [push, pull_request_target]

jobs:
int-test:
Expand Down

0 comments on commit 5acb830

Please sign in to comment.