Skip to content

Commit d0a0e00

Browse files
authored
Merge pull request #20 from github/kh-update-workflow-file
Update ci.yml workflow for clarity
2 parents d8e8b86 + 195bb3a commit d0a0e00

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
name: Run unit tests
2-
on: push
3-
1+
name: CI
2+
on:
3+
push:
4+
branches: ["main"]
5+
workflow_dispatch:
6+
pull_request:
47
jobs:
5-
accessibility_alt_text_bot:
8+
tests:
9+
name: Run unit tests
610
runs-on: ubuntu-latest
711
steps:
812
- name: Checkout repo
@@ -12,4 +16,3 @@ jobs:
1216
run: |
1317
ls
1418
./test-flag-alt-text.sh
15-

0 commit comments

Comments
 (0)