Skip to content

Commit

Permalink
Merge pull request #22 from votca/forward_action
Browse files Browse the repository at this point in the history
CI: add forward action
  • Loading branch information
junghans committed Jun 21, 2020
2 parents 0e5e932 + 3ca61a0 commit 8c8255b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/forward-to-votca.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Forward
on:
push:
branches:
- master
- stable

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

0 comments on commit 8c8255b

Please sign in to comment.