Skip to content

Commit 5e50b6b

Browse files
Merge pull request #77 from conp-solutions/github-ci
ci: run on PRs
2 parents 5c86297 + a7f7fd6 commit 5e50b6b

File tree

5 files changed

+40
-5
lines changed

5 files changed

+40
-5
lines changed

.github/workflows/build-and-test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Build and Test on Linux and Mac OS
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
8+
pull_request:
9+
branches:
10+
- '**'
411

512
jobs:
613
Linux:

.github/workflows/build-maxsat.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Build and Test MaxSat Solver
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
8+
pull_request:
9+
branches:
10+
- '**'
411

512
jobs:
613
Linux:

.github/workflows/check-diversity.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Check diversity configurations
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
8+
pull_request:
9+
branches:
10+
- '**'
411

512
jobs:
613
Linux:

.github/workflows/mini-competition.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Run Mini-Competition Benchmark on Linux
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
8+
pull_request:
9+
branches:
10+
- '**'
411

512
jobs:
613
Linux:

.github/workflows/unit-tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Run Unit Test on Linux and Mac OS
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
8+
pull_request:
9+
branches:
10+
- '**'
411

512
jobs:
613
Linux:

0 commit comments

Comments
 (0)