We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c433a commit eca50ecCopy full SHA for eca50ec
.github/workflows/build_release.yaml
@@ -1,7 +1,8 @@
1
name: CI (Build 🏗️ & Release 📦)
2
on:
3
- tags:
4
- - "test"
+ push:
+ tags:
5
+ - "test"
6
defaults:
7
run:
8
working-directory: "./Track 4_ReactJS_Web Development/Project/Frontend/hrc-dashboard"
0 commit comments