Skip to content

Do not run CI for any changes to README (#3) #12

Do not run CI for any changes to README (#3)

Do not run CI for any changes to README (#3) #12

Workflow file for this run

name: ci-dockerfile
on:
push:
paths-ignore:
- '**/README.md'
branches:
- '**'
pull_request:
paths-ignore:
- '**/README.md'
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker image
run: docker build -t electrumx-firo .