Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leollo98 authored May 19, 2022
1 parent f65a24b commit 05f2ded
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
CI:
runs-on: ubuntu-latest

steps:
Expand All @@ -23,3 +16,4 @@ jobs:
uses: arduino/[email protected]
with:
verbose: true

0 comments on commit 05f2ded

Please sign in to comment.