[FEATURE] Ajoute une page de loader avant les résultats de fin de par… #1878
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger CircleCI | |
on: | |
pull_request: | |
types: [opened, reopened, synchronize, ready_for_review] | |
push: | |
branches: dev | |
jobs: | |
trigger-ci: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger CircleCI | |
# ensure PR is not draft | |
if: '! github.event.pull_request.draft' | |
uses: CircleCI-Public/[email protected] | |
env: | |
CCI_TOKEN: ${{ secrets.PIX_SERVICE_CIRCLE_CI_TOKEN }} |