Codebase list votca-xtp / upstream/1.6.4 tutorials / .github / workflows / forward-to-votca.yml
upstream/1.6.4

Tree @upstream/1.6.4 (Download .tar.gz)

forward-to-votca.yml @upstream/1.6.4

ed494ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 }}