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 c330621 commit 69dd7acCopy full SHA for 69dd7ac
.github/workflows/cd.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - 'src/**'
9
workflow_dispatch:
10
inputs:
11
generate-tag:
@@ -48,7 +50,7 @@ jobs:
48
50
environment: dev
49
51
forge-deployment-script: DeployZenith
52
deployed-contract: Zenith.s.sol
- forge-deployment-signature: run()
53
+ forge-deployment-signature: "run()"
54
chain-id: 17000
55
secrets:
56
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
.github/workflows/test.yml
permissions:
0 commit comments