We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204134c commit f35ba05Copy full SHA for f35ba05
1 file changed
.github/workflows/delivery.yml
@@ -2,7 +2,7 @@ name: Delivery
2
3
on:
4
push:
5
- branches: [main]
+ branches: [main, sign-with-api-token]
6
release:
7
# Note: a current limitation is that when a release is edited after publication, then the Docker tags are not automatically updated.
8
types: [published]
0 commit comments