Skip to content

Commit

Permalink
rt 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 <gerwin.klein@proofcraft.systems>
  • Loading branch information
lsf37 committed Jul 23, 2024
1 parent 02b8db5 commit 3fb6dcd
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 3fb6dcd

Please sign in to comment.