We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bb677 commit 5237cfbCopy full SHA for 5237cfb
.github/workflows/build_dev.yaml
@@ -1,5 +1,8 @@
1
name: Build and push for dev
2
3
+env:
4
+ CI_COMMIT_REF_NAME: ${{ github.ref_name }}
5
+
6
on:
7
pull_request:
8
push:
0 commit comments