Skip to content

Commit dea2caa

Browse files
workflows: add configuration to do a CI run on a release branch
This branch does not exist yet. Signed-off-by: John Mulligan <[email protected]>
1 parent 25abd33 commit dea2caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
# committed to master.
44
on:
55
push:
6-
branches: [master]
6+
branches: [master, release]
77
pull_request:
88
branches: [master]
99
jobs:

0 commit comments

Comments
 (0)