Skip to content

Commit 1064d19

Browse files
committed
Test the main branch too
1 parent 28233bc commit 1064d19

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
name: Tests
33

44
# Controls when the action will run.
5-
on: pull_request
5+
on:
6+
pull_request:
7+
push:
8+
branches:
9+
- master
610

711
jobs:
812
lint:

0 commit comments

Comments
 (0)