Skip to content

Commit 96700ce

Browse files
authored
CI: Integrate workflow_triggers for platform-samples from cartland's fork (#297)
* Update workflow triggers - build.yml: Add workflow_dispatch, specify branches for pull_request. - issues-stale.yml: Add workflow_dispatch trigger. * Remove branch filter for pull_request trigger
1 parent 37335ea commit 96700ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main

.github/workflows/issues-stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: 'Close stale issues and PRs'
22
on:
3+
workflow_dispatch:
34
schedule:
45
- cron: '15 3 * * *'
56

0 commit comments

Comments
 (0)