Skip to content

Commit 1aa07ac

Browse files
author
gojimmypi
committed
remove push wildcard, run only for wolfssl owner
1 parent 40fa4eb commit 1aa07ac

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/arduino.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ name: Arduino CI Build
22

33
# See https://github.com/wolfSSL/Arduino-wolfSSL
44

5-
# TODO remove '*' om push/ branches, and uncomment github.repository_owner == 'wolfssl'
6-
75
# START OF COMMON SECTION
86
on:
97
push:
10-
branches: [ '*', 'master', 'main', 'release/**' ]
8+
branches: [ 'master', 'main', 'release/**' ]
119
pull_request:
1210
branches: [ '*' ]
1311
workflow_dispatch:
@@ -19,7 +17,7 @@ concurrency:
1917

2018
jobs:
2119
build:
22-
# if: github.repository_owner == 'wolfssl'
20+
if: github.repository_owner == 'wolfssl'
2321
runs-on: ubuntu-latest
2422
steps:
2523
- name: Checkout Repository

0 commit comments

Comments
 (0)