Skip to content

Commit b7ae839

Browse files
author
Maxim Lobanov
committed
trigger workflows
1 parent 61982b9 commit b7ae839

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Validate 'setup-xcode'
22
on:
3+
push:
4+
branches:
5+
- main
36
pull_request:
47
schedule:
58
- cron: 0 0 * * *

.github/workflows/workflow.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Build task
2-
on: [pull_request]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
schedule:
8+
- cron: 0 0 * * *
39

410
jobs:
511
Build:

0 commit comments

Comments
 (0)