We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fa4eb commit 1aa07acCopy full SHA for 1aa07ac
1 file changed
.github/workflows/arduino.yml
@@ -2,12 +2,10 @@ name: Arduino CI Build
2
3
# See https://github.com/wolfSSL/Arduino-wolfSSL
4
5
-# TODO remove '*' om push/ branches, and uncomment github.repository_owner == 'wolfssl'
6
-
7
# START OF COMMON SECTION
8
on:
9
push:
10
- branches: [ '*', 'master', 'main', 'release/**' ]
+ branches: [ 'master', 'main', 'release/**' ]
11
pull_request:
12
branches: [ '*' ]
13
workflow_dispatch:
@@ -19,7 +17,7 @@ concurrency:
19
17
20
18
jobs:
21
build:
22
- # if: github.repository_owner == 'wolfssl'
+ if: github.repository_owner == 'wolfssl'
23
runs-on: ubuntu-latest
24
steps:
25
- name: Checkout Repository
0 commit comments