git.delta.rocks / unique-network / refs/commits / 9b557c1538e7

difftreelog

Update main.yml

Kirill2020-07-06parent: #e67fafd.patch.diff
in: master

1 file changed

modified.github/workflows/main.ymldiffbeforeafterboth
before · .github/workflows/main.yml
1name: Docker build23on:4  push:5    branches: [ master ]6  schedule:7    - cron: '* 1 * * *'89jobs:10  build:11    runs-on: ubuntu-latest12    steps:13    - uses: actions/checkout@v214    - name: Build image15      run: docker build -t nft_parachain .