Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
chore: remove ref check in release task
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Jan 19, 2021
1 parent 67aecf6 commit 0f760a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
environment: Production
if: |
(
github.ref == 'refs/heads/main' &&
github.event_name == 'release' &&
github.event.action == 'released'
) || (
Expand Down

0 comments on commit 0f760a3

Please sign in to comment.