Skip to content

Commit 74ffa21

Browse files
committed
👷 Update workflows for branches
1 parent 2b648be commit 74ffa21

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/publishable.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Publishable
22

3-
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
3+
on: [push, pull_request]
84

95
jobs:
106
dry_run:

.github/workflows/runnable.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Runnable (stable)
22

3-
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
3+
on: [push, pull_request]
84

95
jobs:
106
analyze:

0 commit comments

Comments
 (0)