Skip to content

Commit

Permalink
action only on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Jul 10, 2024
1 parent 2ed002e commit 279c48b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/cicd_docker.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
name: cicd_docker

on:
# Run tests for non-draft pull request on main
#pull_request:
# branches:
# - main
push:
branches:
- '**'
tags:
- '*'

# test mborne
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs#defining-access-for-the-github_token-scopes
permissions:
packages: write
Expand Down

0 comments on commit 279c48b

Please sign in to comment.