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 <hans.zandbelt@openidc.com>
  • Loading branch information
zandbelt committed Jun 2, 2024
1 parent 18d793e commit 6a45968
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 6a45968

Please sign in to comment.