Skip to content

Commit 670dbc3

Browse files
committed
config: change on key
1 parent efe0d78 commit 670dbc3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
name: CI
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
schedule:
11+
- cron: "0 5 * * 0"
12+
workflow_dispatch:
13+
14+
15+
# Cancel any in-progress runs when a new run is triggered
16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress: true
419

520
jobs:
621
build:

0 commit comments

Comments
 (0)