Skip to content

Commit

Permalink
Update action.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed May 20, 2024
1 parent d95542c commit 8cea173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Build

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
Expand All @@ -14,7 +11,8 @@ jobs:
strategy:
matrix:
os-type: [windows-latest, macos-latest, ubuntu-latest]
configuration: [Debug, Release, RelWithDebInfo]
configuration: [Debug, Release, RelWithDebInfo]
fail-fast: false

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

A visual scripting engine designed for embedding. The engine is written in modern C++ and compiles on several platforms with no external dependencies. Some platform dependent user interface utilities are also provided for Windows and MacOS platforms.

[![Build Status](https://ci.appveyor.com/api/projects/status/c0qxxixyhymfxfdf?svg=true)](https://ci.appveyor.com/project/kovacsv/visualscriptengine)
[![Build Status](https://github.com/kovacsv/VisualScriptEngine/actions/workflows/build.yml/badge.svg)](https://github.com/kovacsv/VisualScriptEngine/actions/workflows/build.yml)

## Documentation
Expand Down

0 comments on commit 8cea173

Please sign in to comment.