Skip to content

Commit

Permalink
ci: synchronize triggers
Browse files Browse the repository at this point in the history
Update the CI triggers and synchronize them with the other c-util
projects.

Signed-off-by: David Rheinsberg <david@readahead.eu>
  • Loading branch information
dvdhrm committed Dec 12, 2023
1 parent 9c22363 commit f5ede12
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: Continuous Integration
name: "Continuous Integration"

on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
push:
branches-ignore: ["pr/**"]
tags: ["**"]
workflow_dispatch:

defaults:
run:
shell: "bash"

jobs:
ci:
Expand Down

0 comments on commit f5ede12

Please sign in to comment.