Skip to content

Commit

Permalink
feat: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 10, 2025
1 parent d491525 commit deff5f3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish-nt-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
types: [closed]

jobs:
build-and-publish:
if: >
(github.event_name == 'workflow_dispatch' ||
(github.event.pull_request.merged == true &&
github.event.pull_request.base.ref == 'main' &&
contains(github.event.pull_request.head.ref, 'bump-nt-stylesheet')))
runs-on:
ubuntu-latest
# build-and-publish:
# if: >
# (github.event_name == 'workflow_dispatch' ||
# (github.event.pull_request.merged == true &&
# github.event.pull_request.base.ref == 'main' &&
# contains(github.event.pull_request.head.ref, 'bump-nt-stylesheet')))
# runs-on:
# ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
Expand Down

0 comments on commit deff5f3

Please sign in to comment.