Skip to content

Commit

Permalink
Update CI to include PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Mar 13, 2024
1 parent 05f4512 commit 46ab520
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ on:
- .github/workflows/**
- .github/actions/**

pull_request:
types:
- opened
branches:
- rewrite
paths:
- Payload_Type/thanatos/agent/**
- Payload_Type/thanatos/mythic/**
- .github/workflows/**
- .github/actions/**

env:
AGENT_CODE: Payload_Type/thanatos/agent
MYTHIC_CODE: Payload_Type/thanatos/mythic
Expand Down

0 comments on commit 46ab520

Please sign in to comment.