Skip to content

Commit 00c4816

Browse files
committed
Added documentation and pull_request
1 parent 00c024a commit 00c4816

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/LibraryBuild.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
# LibraryBuild.yml
2+
# Github workflow script to test compile all examples of an Arduino library repository.
3+
#
4+
# Copyright (C) 2020 Armin Joachimsmeyer
5+
# https://github.com/ArminJo/Github-Actions
6+
#
17
# Before being able to push to my .github\workflows directories,
28
# I had to create a new personal token with workflow enabled at https://github.com/settings/tokens
39

410
# This is the name of the workflow, visible on GitHub UI.
511
name: LibraryBuild
6-
on: [push]
12+
on: [push, pull_request] # see: https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request
713

814
jobs:
915
build:

0 commit comments

Comments
 (0)