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 name: C/C++ CI
on: on:
push: push:
branches: [ master ] paths:
- src/**
- .github/workflows/**
pull_request: pull_request:
branches: [ master ] paths:
- src/**
- .github/workflows/**
jobs: jobs:
build: build:

View File

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