Created
August 13, 2021 19:03
-
-
Save simonbromberg/d9dfbbd3fcf481dd59dc522f0d12cdf6 to your computer and use it in GitHub Desktop.
Github Action Example
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
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
pull_request: | |
types: [opened, synchronize, reopened] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment