Skip to content

Commit

Permalink
mirror.yml: don't trigger on pull_request
Browse files Browse the repository at this point in the history
For this to work, it needs some custom code to create ad-hoc branches with merged PR state. Let's disable this for now.
  • Loading branch information
veprbl authored Dec 31, 2023
1 parent b901ffb commit d742ffe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Mirror and Trigger EICweb

on:
pull_request:
push:
workflow_dispatch:

Expand Down

0 comments on commit d742ffe

Please sign in to comment.