Skip to content

Commit

Permalink
[ci] run external checks only on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
fdupress committed Jun 16, 2023
1 parent e8dad30 commit 6103f69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
if-no-files-found: ignore

external:
on:
pull_request_target:
branches:
- 'main'
name: Check EasyCrypt External Projects
needs: compile-opam
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 6103f69

Please sign in to comment.