Skip to content

Commit

Permalink
CI should ignore updates to resources directory
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Oct 2, 2023
1 parent a97cc27 commit cbdac60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Docker CI

on:
push:
branches:
- master
paths-ignore:
- 'resources/**'
pull_request:
branches:
- '**'
paths-ignore:
- 'resources/**'

jobs:
build:
Expand Down

0 comments on commit cbdac60

Please sign in to comment.