We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f372bfd commit e2249ceCopy full SHA for e2249ce
1 file changed
.github/workflows/action-main.yml
@@ -4,13 +4,14 @@ name: CI
4
5
# Controls when the action will run.
6
on:
7
- # Triggers the workflow on push tag
+
8
push:
9
- branches: [ master ]
10
-
11
- tags:
12
- - '*'
+ # Triggers the workflow on push events but only for the master branch
+ #branches: [ master ]
13
+ # Triggers the workflow on push tag
+ tags: ['*']
14
15
# Allows you to run this workflow manually from the Actions tab
16
workflow_dispatch:
17
0 commit comments