ref: 0bf70e16ef522e27a919f19b89abfa22d56d691c
parent: dd0ad1b392af67ac4e02acdff2bce1c00c40915a
author: Bensuperpc <bensuperpc@gmail.com>
date: Sun Nov 14 16:45:24 EST 2021
Update main.yml
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -3,12 +3,12 @@
on:
push:
branches:
- - "*"
+ - "master"
paths-ignore:
- "**.md"
pull_request:
branches:
- - "*"
+ - "master"
workflow_dispatch:
jobs:
@@ -18,7 +18,7 @@
strategy:
matrix:
compiler: [clang, gcc]
- os: [ubuntu-18.04, ubuntu-20.04]
+ os: [ubuntu-latest]
steps:
- name: Install dependencies