Skip to content

Commit a93c988

Browse files
authored
Merge pull request #650 from agrare/add_gha_workflow_dispatch_cron
Add workflow_dispatch and cron GHA triggers
2 parents ae410ca + 0ad955c commit a93c988

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Diff for: .github/workflows/actions.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: CI
22
on:
33
push:
4-
branches:
5-
- '**'
6-
tags:
7-
- '**'
84
pull_request:
9-
branches:
10-
- '**'
5+
workflow_dispatch:
6+
schedule:
7+
- cron: '0 0 * * 0'
118
jobs:
129
build:
1310
runs-on: ${{ matrix.os_and_command.os }}

0 commit comments

Comments
 (0)