PCR simulation should have circularity as an aspect of the sequence itself, not of the entire function #441
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: notify social media | |
on: | |
release: | |
issues: | |
issue_comment: | |
discussion: | |
discussion_comment: | |
push: | |
branches: | |
- notify # for testing purposes | |
- dev | |
- main | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Actions for Discord | |
env: | |
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} | |
uses: Ilshidur/[email protected] |