Skip to content

Commit 5d1973c

Browse files
Temporarily add event to call workflow when PR branch is pushed to
1 parent bb2b844 commit 5d1973c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/a11y-scanner.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ permissions:
44
contents: write
55
issues: write
66
pull-requests: write
7-
on: workflow_dispatch
7+
on:
8+
workflow_dispatch:
9+
push:
10+
branches: max/a11y-scanner
811

912
jobs:
1013
accessibility_scanner:

0 commit comments

Comments
 (0)