Skip to content

Add piwik

Add piwik #28

Workflow file for this run

name: Pull Request to `main` from `staging`
on:
push:
branches:
- staging
jobs:
auto-pull-request:
runs-on: ubuntu-latest
steps:
- uses: vsoch/pull-request-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_FROM_BRANCH: "staging"
PULL_REQUEST_BRANCH: "main"