Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,8 @@
# Name of this Workflow
name: Build PineTime Firmware

# When to run this Workflow...
on:

# Run this Workflow when files are updated (Pushed) in the "master" Branch
push:
branches: [ master ]

# Also run this Workflow when a Pull Request is created or updated in the "master" Branch
pull_request:
branches: [ master ]
# Run this Workflow when Pull Request is created or updated
on: [pull_request]

# Steps to run for the Workflow
jobs:
Expand Down Expand Up @@ -168,4 +160,4 @@ jobs:
find . -name "pinetime-mcuboot-app.*" -ls

# Embedded Arm Toolchain and nRF5 SDK will only be cached if the build succeeds.
# So make sure that the first build always succeeds, e.g. comment out the "Make" step.
# So make sure that the first build always succeeds, e.g. comment out the "Make" step.