Skip to content

Commit cb02245

Browse files
authored
Fix CI triggers (#45)
1 parent fa5720f commit cb02245

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
# Services feature of GitHub Actions isn't fit for our purposes for testing.
55
# We cannot overwrite arguments of ENTRYPOINT.
66
# @see https://docs.docker.com/engine/reference/commandline/create/#options
7+
#
8+
# @see https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662
79
name: Test
810
on:
911
push:
1012
branches:
11-
- '*'
13+
- master
1214
pull_request:
1315
branches:
14-
- '*'
16+
- master
1517
jobs:
1618
lint:
1719
name: Lint

0 commit comments

Comments
 (0)