We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44285b7 commit 6c646b2Copy full SHA for 6c646b2
.github/workflows/bobtest.yml
@@ -4,17 +4,15 @@ name: CI
4
5
# Controls when the workflow will run
6
on:
7
- # Triggers the workflow on push or pull request events but only for the "master" branch
8
- push:
9
- branches: [ "master" ]
10
- pull_request:
11
12
-
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
15
16
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
17
jobs:
18
- # This workflow contains a single job called "build"
19
- test: |
20
- echo "HI!"
+ thing:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Any Name Bash Test Step
+ shell: bash
+ run: |
+ echo "Hi!"
0 commit comments