diff options
| author | Mark Russell <mruss660@gmail.com> | 2021-09-16 16:12:20 -0400 |
|---|---|---|
| committer | Mark Russell <mruss660@gmail.com> | 2021-09-16 16:12:20 -0400 |
| commit | cdf99b08f42c3826a8608d756bc7cda0a476ed98 (patch) | |
| tree | cd30018ebb68be09653b589ae11647ca33d40c73 /.github | |
| parent | 1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c (diff) | |
Revert "Merge upstream"
This reverts commit 1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd24359a..4744eaef 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" and "develop" Branch + # Run this Workflow when files are updated (Pushed) in the "master" Branch push: - branches: [ master, develop ] + branches: [ master ] - # Also run this Workflow when a Pull Request is created or updated in the "master" and "develop" Branch + # Also run this Workflow when a Pull Request is created or updated in the "master" Branch pull_request: - branches: [ master, develop ] + branches: [ master ] # Steps to run for the Workflow jobs: |
