DAOTHER-9530 remove code for special bypass of SF files. Was disable… #67
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 |