Skip to content

[Backport 8.9] Automatically compile/generate output artifacts on push to main #2439

[Backport 8.9] Automatically compile/generate output artifacts on push to main

[Backport 8.9] Automatically compile/generate output artifacts on push to main #2439

Workflow file for this run

name: Backport
on:
pull_request:
types:
- closed
- labeled
jobs:
backport:
runs-on: ubuntu-latest
name: Backport
steps:
- name: Backport
uses: tibdex/backport@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}