.github/workflows/ci.yml in shodanz-2.0.3 vs .github/workflows/ci.yml in shodanz-2.0.4
- old
+ new
@@ -1,19 +1,23 @@
name: CI
on:
- member:
push:
branches:
- master
+ pull_request:
+ branches:
+ - master
schedule:
- cron: "0 9 * * *"
jobs:
test:
-
+ if: |
+ github.actor == 'picatz' ||
+ github.actor == 'dependabot[bot]' ||
+ github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
-
steps:
- uses: actions/checkout@v1
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
with: