verificatum / verificatum-vmn

The first implementation of a fully distributed provably secure and universally verifiable mix-net based on the El Gamal cryptosystem.
https://www.verificatum.org
Other
11 stars 4 forks source link

Replace Travis with GitHub actions #8

Closed orestisfl closed 3 years ago

orestisfl commented 3 years ago

As an example on how it looks, check my fork: https://github.com/orestisfl/verificatum-vmn/actions

slarse commented 3 years ago

@orestisfl Doesn't actions also need to be explicitly enabled for pull requests? I.e. like so:

on:
  pull_request:
  push:
    branches:
      - master
[...]

Or is that on by default?

orestisfl commented 3 years ago

@slarse Thanks, yes, that's correct. See #9.