Merge pull request #2 from saranagaoka/newbranch #3
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: Piesek | |
on: | |
label: | |
types: | |
- created | |
push: | |
branches: | |
- master | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Every time | |
run: echo "This step will always run" |