Skip to content

Commit 76c61ae

Browse files
authored
Merge pull request #71 from arduino/scerza/workflow-branch-update
Change workflow branch from master to main
2 parents 25b7929 + 1c1106f commit 76c61ae

File tree

5 files changed

+5
-42
lines changed

5 files changed

+5
-42
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
**Please check if the PR fulfills these requirements**
22

3-
- [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/bcmi-labs/arduino-language-server/pulls)
3+
- [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-language-server/pulls)
44
before creating one)
5-
- [ ] The PR follows [our contributing guidelines](https://github.com/bcmi-labs/arduino-language-server#pull-requests)
5+
- [ ] The PR follows [our contributing guidelines](https://github.com/arduino/arduino-language-server#pull-requests)
66
- [ ] Tests for the changes have been added (for bug fixes / features)
77

88
* **What kind of change does this PR introduce?**

Diff for: .github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
schedule:
88
- cron: '0 4 * * MON-FRI' # run every weekday at 4AM (https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
99
workflow_dispatch:
1010
pull_request:
1111
branches:
12-
- master
12+
- main
1313

1414
jobs:
1515

@@ -57,7 +57,7 @@ jobs:
5757

5858
publish:
5959
needs: build
60-
if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master')
60+
if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main')
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Download Workflow Artifact [GitHub Actions]

Diff for: .gitpod.Dockerfile

-19
This file was deleted.

Diff for: .gitpod.setup.sh

-13
This file was deleted.

Diff for: .gitpod.yml

-5
This file was deleted.

0 commit comments

Comments
 (0)