Merge pull request #1 from 3iq-hacks/ci #1
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: CI | |
on: | |
push: | |
branches: [main] | |
jobs: | |
prod: | |
if: ${{ github.ref == 'refs/heads/main' || github.base_ref == 'main' }} | |
uses: ./.github/workflows/_deployment.yml | |
permissions: | |
id-token: write | |
contents: read | |
with: | |
environment: prod | |
ref: ${{ github.sha }} | |
secrets: inherit |