Skip to content

Add Pitt story

Add Pitt story #98

Workflow file for this run

name: forestry
on:
pull_request:
branches: [master]
types: [closed]
jobs:
sync:
if: github.event.pull_request.merged == true && github.head_ref == 'forestry'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: master
- name: Update forestry branch
run: git push origin HEAD:forestry --force