Skip to content

Commit

Permalink
feat: rtn all
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Aug 8, 2024
1 parent 50a99ce commit af975e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: 'CI'

on:
push:
# branches:
# - '**'
branches:
- '**'
tags:
- '*'

Expand All @@ -15,12 +15,12 @@ jobs:


docker:
# if:
# (${{
# github.event.push
# ||
# github.ref_type == 'tag'
# }})
if:
(${{
github.event.push
||
github.ref_type == 'tag'
}})
# if: ${{github.ref_type == 'tag'}}
name: 'Docker'
# needs:
Expand Down

0 comments on commit af975e9

Please sign in to comment.