Skip to content

PySEP v0.6.0

PySEP v0.6.0 #49

name: Dispatch Container Build
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.PAT_TOKEN }}
script: |
await github.rest.repos.createDispatchEvent({
owner: 'SeisSCOPED',
repo: 'pysep',
event_type: 'build_container'
})