Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! .github/workflow : Added compile t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
akshaim committed Sep 6, 2022
1 parent e16747b commit 7bec7c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/compile-tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Compilation tests for application
name: Compilation tests for RIOT-OS submodule update

on:
push:
branches: [ master]
paths:
- RIOT
pull_request:
types: [opened, edited, reopened, synchronize]
branches: [ master ]
paths:
- RIOT

jobs:
build:
Expand Down

0 comments on commit 7bec7c3

Please sign in to comment.