Skip to content

Commit b82e573

Browse files
committed
Merge branch 'master' into fix/secret-encrypt-stdin-newlines
2 parents 08ac69e + 64e8f73 commit b82e573

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cypress
22

33
on:
44
push:
5-
branches: '*'
5+
branches: '**'
66

77
jobs:
88
all:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: main
22

33
on:
44
push:
5-
branches: '*'
5+
branches: '**'
66

77
jobs:
88
# for branches, we only need to check Linux + Node LTS

0 commit comments

Comments
 (0)