Codebase list votca-xtp / debian/1.6.2-2 .github / workflows / forward-to-votca.yml
debian/1.6.2-2

Tree @debian/1.6.2-2 (Download .tar.gz)

forward-to-votca.yml @debian/1.6.2-2raw · 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 }}