Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 0c385ba

Browse files
author
Chris Wiechmann
committed
Making sure, GitHub actions are executed on each branch
1 parent 3623055 commit 0c385ba

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/workflows/api-utils-flow-node.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44

55
name: API-Builder API-Utils Flow-Node
66

7-
8-
on:
9-
push:
10-
branches: [ master ]
11-
pull_request:
12-
branches: [ master ]
13-
release:
14-
types: [ published ]
7+
on: [push, pull_request]
158

169
jobs:
1710
build:

.github/workflows/traffic-monitor-api.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44

55
name: Traffic-Monitor API
66

7-
8-
on:
9-
push:
10-
branches: [ master ]
11-
pull_request:
12-
branches: [ master ]
13-
release:
14-
types: [ published ]
7+
on: [push, pull_request, published ]
158

169
jobs:
1710
build:

0 commit comments

Comments
 (0)