Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 authored Apr 25, 2022
1 parent cefc5a0 commit 4f95182
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
name: Arduino Library CI

on: [pull_request, push, repository_dispatch]
on:
push:
paths-ignore:
- '**/**.md'
- '**/**.yml'
- '/keywords.txt'
- '/library.json'
- '/library.properties'
- '/vue-frontend'
- '/docs'
pull_request:
paths-ignore:
- '**/**.md'
- '**/**.yml'
- '/keywords.txt'
- '/library.json'
- '/library.properties'
- '/vue-frontend'
- '/docs'

jobs:
build:
Expand Down

0 comments on commit 4f95182

Please sign in to comment.