Skip to content

feature/

feature/ #109

Workflow file for this run

name: feature-pipeline
on:
push:
branches-ignore:
- master
- stage
jobs:
pipeline:
runs-on: ubuntu-latest
steps:
- name: run pipeline logic
uses: intelligogroup/actions_feature-pipeline@master
with:
email_address: [email protected]
username: "github-action-${{ github.workflow }}"
github_token: ${{ secrets.GITHUB_TOKEN }}