Skip to content

Commit

Permalink
Enable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FAlbertDev committed Jan 10, 2024
1 parent 2e90831 commit f97ca0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ permissions:
# implicitly all other scopes not listed become none

on:
# TODO Remove on PR
push:
branches: [ master ]
branches: [ master, pqc/classic_mceliece ]
pull_request:
branches: [ master ]
# TODO Remove on final PR
workflow_dispatch:

# cancel running workflows when new commits are being pushed in pull requests
# but not on the master branch
Expand Down

0 comments on commit f97ca0a

Please sign in to comment.