We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae7d85 commit f2de3f3Copy full SHA for f2de3f3
.github/workflows/etherscan.yml
@@ -6,6 +6,8 @@ on:
6
branches:
7
- master
8
- dev
9
+ pull_request:
10
+ branches: [ master, dev ]
11
schedule:
12
# run CI every day even if no PRs/merges occur
13
- cron: '0 12 * * *'
@@ -39,4 +41,4 @@ jobs:
39
41
GITHUB_ETHERSCAN: ${{ secrets.GITHUB_ETHERSCAN }}
40
42
shell: bash
43
run: |
- bash "scripts/travis_test_${TEST_TYPE}.sh"
44
+ bash "scripts/travis_ci_${TEST_TYPE}.sh"
0 commit comments