summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMark Russell <mruss660@gmail.com>2021-09-16 20:01:25 (GMT)
committerMark Russell <mruss660@gmail.com>2021-09-16 20:01:25 (GMT)
commit1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c (patch)
treec2fa91e352127c09abd0f9b4959cd1f47d628ea8 /.github
parentf857a757a7184726093a7085cdb3d74b728a22e4 (diff)
Merge upstream
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4744eae..bd24359 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -9,13 +9,13 @@ name: Build PineTime Firmware
# When to run this Workflow...
on:
- # Run this Workflow when files are updated (Pushed) in the "master" Branch
+ # Run this Workflow when files are updated (Pushed) in the "master" and "develop" Branch
push:
- branches: [ master ]
+ branches: [ master, develop ]
- # Also run this Workflow when a Pull Request is created or updated in the "master" Branch
+ # Also run this Workflow when a Pull Request is created or updated in the "master" and "develop" Branch
pull_request:
- branches: [ master ]
+ branches: [ master, develop ]
# Steps to run for the Workflow
jobs: