mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 09:02:37 +08:00
Fix github actions ci file
This commit is contained in:
parent
2981191d6c
commit
787b17867b
1 changed files with 1 additions and 5 deletions
6
.github/workflows/theHarvester.yml
vendored
6
.github/workflows/theHarvester.yml
vendored
|
@ -5,13 +5,9 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- dev
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue