Skip to content

CI Airdrops :: Add MerkleExecute campaign #132

CI Airdrops :: Add MerkleExecute campaign

CI Airdrops :: Add MerkleExecute campaign #132

Workflow file for this run

name: "CI: Airdrops"
run-name: "CI Airdrops :: ${{ github.event.head_commit.message || github.event.pull_request.title }}"
concurrency:
cancel-in-progress: true
group: ${{github.workflow}}-${{github.ref}}
on:
workflow_dispatch:
pull_request:
paths:
- ".github/workflows/ci-airdrops.yml"
- ".github/workflows/ci-module.yml"
- "airdrops/**"
- "foundry.base.toml"
- "package.json"
push:
branches:
- "main"
- "staging"
paths:
- ".github/workflows/ci-airdrops.yml"
- ".github/workflows/ci-module.yml"
- "airdrops/**"
- "foundry.base.toml"
- "package.json"
jobs:
ci:
uses: "./.github/workflows/ci-module.yml"
secrets: inherit
with:
module: "airdrops"