diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fb9cdb..b5e4b0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,8 @@ on: - # On push/pr & weekly + # On a branch push & weekly push: - pull_request: + branches: + - '*' schedule: - cron: "0 23 * * 0" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a25635a..040398b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,6 @@ on: release: - types: [created, edited] + types: [created] name: Build Release