summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-09-14 22:06:37 +0200
committerGitHub <noreply@github.com>2021-09-14 22:06:37 +0200
commit3eb73774a39e255cd4b5de76441a59f1525a989c (patch)
tree42c28e80b0c5386f6cf139921ea57f2764d23ee5
parentd081c41ae7fea7d1b7d149fa70ffa42c71954337 (diff)
parent3cc00771fa6528433b2ec4d787dc6bfefd948390 (diff)
Merge pull request #658 from NeroBurner/patch-2
Run CI on master and develop branch
-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 4744eaef..bd24359a 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: