Skip to content

Commit b0be0a8

Browse files
authored
chore: allow prefixed branches to run CI checks and update snapshots [] (#3201)
* chore: bump copyright to 2026 in e2e test snapshot * chore: allow main action to run on prefixed branches
1 parent d8998ec commit b0be0a8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions:
44

55
on:
66
push:
7-
branches: ["*"]
7+
branches: ["**"]
88

99
jobs:
1010
build:

test/e2e/__snapshots__/basics.test.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Options:
2121
-h, --help Show help [boolean]
2222
-v, --version Show current version [boolean]
2323
24-
Copyright 2025 Contentful"
24+
Copyright 2026 Contentful"
2525
`;
2626
2727
exports[`should print help message on shortcut 1`] = `
@@ -45,7 +45,7 @@ Options:
4545
-h, --help Show help [boolean]
4646
-v, --version Show current version [boolean]
4747
48-
Copyright 2025 Contentful"
48+
Copyright 2026 Contentful"
4949
`;
5050
5151
exports[`should print help message on wrong subcommand 1`] = `
@@ -69,7 +69,7 @@ Options:
6969
-h, --help Show help [boolean]
7070
-v, --version Show current version [boolean]
7171
72-
Copyright 2025 Contentful
72+
Copyright 2026 Contentful
7373
Please specify a command."
7474
`;
7575
@@ -94,6 +94,6 @@ Options:
9494
-h, --help Show help [boolean]
9595
-v, --version Show current version [boolean]
9696
97-
Copyright 2025 Contentful
97+
Copyright 2026 Contentful
9898
Please specify a command."
9999
`;

0 commit comments

Comments
 (0)