Trigger CI on every push

This commit is contained in:
Benj Fassbind
2022-01-26 09:57:12 +01:00
committed by Lorenzo Bolla
parent 9bf1a44f75
commit ed7a960e31
2 changed files with 5 additions and 3 deletions
+4 -3
View File
@@ -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 }}
+1
View File
@@ -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)