Skip to content

Commit

Permalink
github: remove push trigger for PR action
Browse files Browse the repository at this point in the history
The push trigger on the PR actual was used previously for the `rt`
branch. Branch testing is now on the main deployment action.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Jul 23, 2024
1 parent e22430f commit 91dd139
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
name: Proof PR

on:
push:
paths-ignore:
- '**.md'
- '**.txt'
# this action needs access to secrets.
# The actual test runs in a no-privilege VM, so it's Ok to run on untrusted PRs.
pull_request_target:
Expand Down

0 comments on commit 91dd139

Please sign in to comment.