Skip to content

Commit 727b381

Browse files
committed
Update workflow file
1 parent d8e8b86 commit 727b381

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Run unit tests
2-
on: push
3-
1+
name: CI
2+
on: [push, pull_request, workflow_dispatch]
43
jobs:
5-
accessibility_alt_text_bot:
4+
tests:
5+
name: Run unit tests
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout repo
@@ -12,4 +12,3 @@ jobs:
1212
run: |
1313
ls
1414
./test-flag-alt-text.sh
15-

0 commit comments

Comments
 (0)