Skip to content

Commit 43d04e4

Browse files
committed
ci: run on all repo branches
Lift the restrictions on the branches that trigger the workflow. This allows the workflow to run on all branches, not just the `arduino` branch.
1 parent ead5651 commit 43d04e4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .github/workflows/package_core.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Package, test and upload core
22

33
on:
4-
push:
5-
branches:
6-
- arduino
7-
pull_request:
4+
- push
5+
- pull_request
86

97
jobs:
108

0 commit comments

Comments
 (0)