Reconciled fix for 8ht7 and 2mcc (IndexError exception occurs due to … #463
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: AutoDeploy | |
# Run this workflow every time a commit gets pushed to main or a pull request gets opened against main | |
on: | |
push: | |
branches: | |
- main | |
- develop | |
- master | |
jobs: | |
deploy_dev: | |
name: Deploy github repository on development | |
uses: wwPDB/wwpdb-reusable-actions/.github/workflows/autodeploy.yml@main | |
secrets: inherit |