foxygit / doom Log in
commit 0bf70e16ef522e27a919f19b89abfa22d56d691c
Author:     Bensuperpc <bensuperpc@gmail.com>
AuthorDate: Sun Nov 14 21:45:24 2021 +0100
Commit:     GitHub <noreply@github.com>
CommitDate: Sun Nov 14 21:45:24 2021 +0100

    Update main.yml
---
 .github/workflows/main.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c19d5ed9..068b83cd 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -3,12 +3,12 @@ name: Chocolate Doom
 on:
   push:
     branches:
-      - "*"
+      - "master"
     paths-ignore:
       - "**.md"
   pull_request:
     branches:
-      - "*"
+      - "master"
   workflow_dispatch:

 jobs:
@@ -18,7 +18,7 @@ jobs:
     strategy:
       matrix:
         compiler: [clang, gcc]
-        os: [ubuntu-18.04, ubuntu-20.04]
+        os: [ubuntu-latest]

     steps:
       - name: Install dependencies