Skip to content

Commit 2d5fa92

Browse files
authored
add workflow triggers (#1)
1 parent 726141a commit 2d5fa92

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/publish-to-github.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ env:
66
image: rhythmictech/docker-atlantis-custom
77

88
on:
9+
workflow_dispatch:
910
push:
1011
branches:
11-
- "main"
12-
- "master"
12+
- 'master'
13+
tags:
14+
- 'v*'
15+
pull_request:
16+
branches:
17+
- 'master'
1318

1419
jobs:
1520
push_to_registry:

0 commit comments

Comments
 (0)