mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Trigger CI on every push
This commit is contained in:
committed by
Lorenzo Bolla
parent
9bf1a44f75
commit
ed7a960e31
@@ -4,8 +4,9 @@ name: CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'molior-rebase'
|
- 'main'
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
@@ -23,7 +24,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
go: [1.11, 1.12, 1.13]
|
go: [1.13]
|
||||||
run_long_tests: [no]
|
run_long_tests: [no]
|
||||||
allow_failure: [false]
|
allow_failure: [false]
|
||||||
include:
|
include:
|
||||||
@@ -77,7 +78,7 @@ jobs:
|
|||||||
- name: Make prepare
|
- name: Make prepare
|
||||||
run: |
|
run: |
|
||||||
make prepare
|
make prepare
|
||||||
|
|
||||||
- name: Make
|
- name: Make
|
||||||
env:
|
env:
|
||||||
RUN_LONG_TESTS: ${{ matrix.run_long_tests }}
|
RUN_LONG_TESTS: ${{ matrix.run_long_tests }}
|
||||||
|
|||||||
@@ -43,3 +43,4 @@ List of contributors, in chronological order:
|
|||||||
* Joshua Colson (https://github.com/freakinhippie)
|
* Joshua Colson (https://github.com/freakinhippie)
|
||||||
* Andre Roth (https://github.com/neolynx)
|
* Andre Roth (https://github.com/neolynx)
|
||||||
* Lorenzo Bolla (https://github.com/lbolla)
|
* Lorenzo Bolla (https://github.com/lbolla)
|
||||||
|
* Benj Fassbind (https://github.com/randombenj)
|
||||||
|
|||||||
Reference in New Issue
Block a user