Codebase list votca-xtp / f0f4d062-5d5d-45bc-aa38-021828ccfc7e/main .github / workflows / forward-to-votca.yml
f0f4d062-5d5d-45bc-aa38-021828ccfc7e/main

Tree @f0f4d062-5d5d-45bc-aa38-021828ccfc7e/main (Download .tar.gz)

forward-to-votca.yml @f0f4d062-5d5d-45bc-aa38-021828ccfc7e/mainraw · history · blame

name: Forward
on:
  push:
    branches:
      - master
      - stable

jobs:
  VOTCA:
    if: github.repository_owner == 'votca'
    runs-on: ubuntu-latest
    steps:
      - name: Update submodule
        uses: votca/actions/forward@master
        with:
          module: ${{ github.repository }}
          token: ${{ secrets.VOTCA_BOT_TOKEN }}