Skip to content

Trigger build on branches #1

Trigger build on branches

Trigger build on branches #1

Workflow file for this run

name: main
on:
push:
branches:
- main
- 'feature/**'
- 'dependabot/**'
tags-ignore:
- v*
pull_request:
workflow_dispatch:
jobs:
prerequisites:
permissions:
pull-requests: write
uses: pulumiverse/infra/.github/workflows/provider-prerequisites.yaml@365de76f299cfda6722bc49feb7020a534fbf8db # tag=actions-workflow-v0.0.3
with:
provider: acme
goversion: "1.20.x"
build:
needs: prerequisites
uses: pulumiverse/infra/.github/workflows/provider-build-sdk.yaml@365de76f299cfda6722bc49feb7020a534fbf8db # tag=actions-workflow-v0.0.3
with:
provider: acme
goversion: "1.20.x"
pythonversion: "3.9"
nodeversion: "16.x"
dotnetversion: "6.0"
# javaversion: "11"