Skip to content

Commit 89d00bd

Browse files
committed
run actions only on push/pull
also try to re-enable actions after changing to the OpenIDC repo Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 5058a64 commit 89d00bd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

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

3-
on:
4-
push:
5-
pull_request:
6-
schedule:
7-
- cron: "0 0 * * *"
3+
on: [push, pull_request]
84

95
jobs:
106
build:

0 commit comments

Comments
 (0)