Skip to content

Commit

Permalink
chore(): unlock ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Oct 23, 2024
1 parent 00e457e commit a5c6962
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-build-deploy-to-test-users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
pull_request:
branches:
- master
# types:
# - closed
types:
- closed

jobs:
tsc:
# if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI Pipeline
on:
pull_request:
branches:
- masterDontUseMe
- master

jobs:
tsc:
Expand Down

0 comments on commit a5c6962

Please sign in to comment.