Skip to content

Commit 327658d

Browse files
committed
feat: Test all submitted pull requests
1 parent d416f9a commit 327658d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: CI
33

44
# Controls when the action will run:
55
# https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#filtering-for-specific-branches-tags-and-paths
6-
# Triggers the workflow on push events or pull request events for the
7-
# master branch only:
6+
# Triggers the workflow on push events for the master branch only,
7+
# or all pull request events:
88
on:
99
push:
1010
branches:
1111
- master
1212
pull_request:
1313
branches:
14-
- master
14+
- '**'
1515

1616
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1717
# This workflow contains two jobs, build and mathcomp:

.github/workflows/misc-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- master
88
pull_request:
99
branches:
10-
- master
10+
- '**'
1111

1212
jobs:
1313
uid-test:

0 commit comments

Comments
 (0)