Skip to content

Commit

Permalink
run actions only on push/pull
Browse files Browse the repository at this point in the history
also try to re-enable actions after changing to the OpenIDC repo

Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Jun 2, 2024
1 parent 5058a64 commit 89d00bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Build

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 89d00bd

Please sign in to comment.