Skip to content

Commit bbc2e23

Browse files
committed
enable
1 parent 40b98d1 commit bbc2e23

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
33
name: include-what-you-use
44

5-
on:
6-
schedule:
7-
- cron: '0 0 * * 0'
8-
workflow_dispatch:
5+
on: [pull_request, push]
96

107
permissions:
118
contents: read

.github/workflows/release-windows.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
33
name: release-windows
44

5-
on:
6-
push:
7-
tags:
8-
- '2.*'
9-
schedule:
10-
- cron: '0 0 * * *'
11-
workflow_dispatch:
5+
on: [pull_request, push]
126

137
permissions:
148
contents: read

0 commit comments

Comments
 (0)