Skip to content

Build pipeline after push by @TylerBrinks #22

Build pipeline after push by @TylerBrinks

Build pipeline after push by @TylerBrinks #22

Workflow file for this run

name: continuous-integration
run-name: Build pipeline after ${{github.event_name}} by @${{ github.actor }}
on:
workflow_dispatch:
push:
branches:
- master
- feature/**
- bugfix/**
pull_request:
branches:
- feature/**
- bugfix/**
jobs:
continuous-integration:
uses: ./.github/workflows/build.yml
with:
pack: false
secrets: inherit