Skip to content

Commit

Permalink
remove trigger on pull request to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeytewari-ul committed Jun 24, 2024
1 parent f4c918e commit ec51a33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/compile_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: compile_target

on:
push:
pull_request:
branches: [main]

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/replay_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: replay_target

on:
push:
pull_request:
branches: [main]

jobs:
build:
Expand Down

0 comments on commit ec51a33

Please sign in to comment.