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:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- 'molior-rebase'
|
||||
- 'main'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
@@ -23,7 +24,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
go: [1.11, 1.12, 1.13]
|
||||
go: [1.13]
|
||||
run_long_tests: [no]
|
||||
allow_failure: [false]
|
||||
include:
|
||||
@@ -77,7 +78,7 @@ jobs:
|
||||
- name: Make prepare
|
||||
run: |
|
||||
make prepare
|
||||
|
||||
|
||||
- name: Make
|
||||
env:
|
||||
RUN_LONG_TESTS: ${{ matrix.run_long_tests }}
|
||||
|
||||
Reference in New Issue
Block a user