mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: use branch main instead of master in the CI
This commit is contained in:
4
.github/workflows/compiler.yml
vendored
4
.github/workflows/compiler.yml
vendored
@@ -2,7 +2,7 @@ name: Continuous integration - compiler
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
conditions:
|
||||
runs-on: ubuntu-20.04
|
||||
outputs:
|
||||
proceed: ${{ steps.interface-changes.outputs.any_changed == 'true' || github.ref == 'refs/heads/master' }}
|
||||
proceed: ${{ steps.interface-changes.outputs.any_changed == 'true' || github.ref == 'refs/heads/main' }}
|
||||
steps:
|
||||
- name: Code checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
2
.github/workflows/optimizer.yml
vendored
2
.github/workflows/optimizer.yml
vendored
@@ -2,7 +2,7 @@ name: Continuous integration
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user