We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad23033 commit 9894ecfCopy full SHA for 9894ecf
.github/workflows/docker.yml
@@ -1,8 +1,16 @@
1
name: Docker
2
on:
3
push:
4
+ branches:
5
+ - master
6
tags:
7
- '*'
8
+ pull_request:
9
10
11
+ schedule:
12
+ - cron: '0 0 * * 6' # every Saturday
13
+ workflow_dispatch:
14
15
jobs:
16
@@ -18,3 +26,4 @@ jobs:
18
26
repository: codingteam/codingteam.org.ru
19
27
tag_with_ref: true
20
28
tags: latest
29
+ push: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') && 'true' || 'false' }}
.github/workflows/main.yml
@@ -7,7 +7,8 @@ on:
branches:
- master
schedule:
- - cron: '0 0 * * 0'
test:
0 commit comments