Skip to content

Update and rename master.yml to main.yml #1

Update and rename master.yml to main.yml

Update and rename master.yml to main.yml #1

Workflow file for this run

name: Master branch pipeline
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
actions: read
contents: write
id-token: write
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit