We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d081c41 + 3cc0077 commit 3eb7377Copy full SHA for 3eb7377
.github/workflows/main.yml
@@ -9,13 +9,13 @@ name: Build PineTime Firmware
9
# When to run this Workflow...
10
on:
11
12
- # 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
13
push:
14
- branches: [ master ]
+ branches: [ master, develop ]
15
16
- # 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
17
pull_request:
18
19
20
# Steps to run for the Workflow
21
jobs:
0 commit comments