Skip to content

Commit 2f545fc

Browse files
committed
Pipeline debugging
1 parent 8389938 commit 2f545fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
on:
1818
push:
1919
branches-ignore:
20-
- master
20+
- main
2121
pull_request: {}
2222

2323
#
@@ -35,6 +35,10 @@ jobs:
3535
IS_RELEASE: "true"
3636
run: echo "We will be performing a release upon success"
3737

38+
- name: Pipeline Debugging
39+
run: |
40+
env
41+
3842
- name: Checkout out our code
3943
uses: actions/checkout@v2
4044

0 commit comments

Comments
 (0)