diff --git a/.github/workflows/source-gem.yml b/.github/workflows/source-gem.yml index 32a34a7f2..fb32e035b 100644 --- a/.github/workflows/source-gem.yml +++ b/.github/workflows/source-gem.yml @@ -1,11 +1,21 @@ name: Source gem +name: CI on: - push: - pull_request: workflow_dispatch: schedule: - cron: "0 5 * * 3" # At 05:00 on Wednesday # https://crontab.guru/#0_5_*_*_3 + push: + branches: + - master + tags: + - "*.*.*" + pull_request: + types: [opened, synchronize] + branches: + - "*" +permissions: + contents: read jobs: job_build_gem: