This commit is contained in:
OBattler
2020-06-29 00:54:02 +02:00
2 changed files with 8 additions and 4 deletions

View File

@@ -1,10 +1,16 @@
name: C/C++ CI
on:
push:
branches: [ master ]
paths:
- src/**
- .github/workflows/**
pull_request:
branches: [ master ]
paths:
- src/**
- .github/workflows/**
jobs:
build:

View File

@@ -8,8 +8,6 @@
*
* Application resource script for Windows.
*
*
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* Fred N. van Kempen, <decwiz@yahoo.com>
* David Hrdlička, <hrdlickadavid@outlook.com>