Skip to content

Commit af8de0c

Browse files
committed
Testing push event
1 parent 30d0563 commit af8de0c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/testing-vars.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ env:
1212
LABEL_DESCRIPTION: "[docker image built on a last commit id from the main branch] Erigon is an implementation of Ethereum (execution layer with embeddable consensus layer), on the efficiency frontier. Archive Node by default."
1313

1414
on:
15-
# push:
16-
# branches:
17-
# - 'main'
15+
push:
16+
branches:
17+
- 'main'
1818
#tags:
1919
## only trigger on release tags:
2020
#- 'v*.*.*'
@@ -39,4 +39,8 @@ jobs:
3939
steps:
4040
- name: Debug output
4141
run: |
42-
uname -p
42+
echo "Running on ARCH=$(uname -p)"
43+
echo
44+
echo "Env variables:"
45+
export
46+

0 commit comments

Comments
 (0)