Skip to content

Commit 6c646b2

Browse files
authored
Update bobtest.yml
1 parent 44285b7 commit 6c646b2

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/bobtest.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ name: CI
44

55
# Controls when the workflow will run
66
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-
branches: [ "master" ]
12-
137
# Allows you to run this workflow manually from the Actions tab
148
workflow_dispatch:
159

1610
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1711
jobs:
18-
# This workflow contains a single job called "build"
19-
test: |
20-
echo "HI!"
12+
thing:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Any Name Bash Test Step
16+
shell: bash
17+
run: |
18+
echo "Hi!"

0 commit comments

Comments
 (0)