Skip to content

Commit 65186e3

Browse files
committed
TEMP: Enable build for PR
1 parent ebef21d commit 65186e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ workflows:
4343
tags:
4444
only: /^v.*/
4545
# comment out when testing changes to build:
46-
branches:
47-
ignore: /.*/
46+
#branches:
47+
#ignore: /.*/

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v[0-9]*'
77
#branches:
88
#- main
9-
#pull_request:
9+
pull_request:
1010
# ^ uncomment when testing changes to build
1111

1212
concurrency:

0 commit comments

Comments
 (0)