Skip to content

Commit

Permalink
Merge branch 'feat/elgamal' into feat/elgamal
Browse files Browse the repository at this point in the history
  • Loading branch information
ognjenkurtic authored Jun 30, 2023
2 parents 0e4d421 + 15d0971 commit 5888b46
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/circuit-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Circuit

on:
push:
branches: [ master, audit, dev ]
branches: [ master, audit, dev, feat/elgamal ]
pull_request:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contracts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Contracts

on:
push:
branches: [ master, audit, dev ]
branches: [ master, audit, dev, feat/elgamal ]
pull_request:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Core

on:
push:
branches: [ master, audit, dev ]
branches: [ master, audit, dev, feat/elgamal ]
pull_request:


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crypto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Crypto

on:
push:
branches: [ master, audit, dev ]
branches: [ master, audit, dev, feat/elgamal ]
pull_request:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/domainobjs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Domainobjs

on:
push:
branches: [ master, audit, dev ]
branches: [ master, audit, dev, feat/elgamal ]
pull_request:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ master, audit, dev ]
branches: [ master, audit, dev, feat/elgamal ]
pull_request:
schedule:
- cron: 0 0 * * *
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: GitHub Pages

on:
push:
branches: [ master, audit, dev ]
branches: [ master, audit, dev, feat/elgamal ]
pull_request:
branches: [ master, audit, dev ]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 5888b46

Please sign in to comment.