Skip to content

Commit

Permalink
Merge branch 'dockerizing' of github.com:NNPDF/nnpdf into dockerizing
Browse files Browse the repository at this point in the history
  • Loading branch information
scarrazza committed Aug 28, 2021
2 parents a967691 + a53ce9a commit 44f6001
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# A single CI script with github workflow.
name: Store docker for tag

# TODO: REPLACE THIS
on: [push] # WARNING TESTING
# on:
# push:
# tags:
# - '*'
on:
push:
tags:
- '*'

# some general variables
env:
Expand Down

0 comments on commit 44f6001

Please sign in to comment.