Skip to content

Commit

Permalink
commented out push trigger on .github/workflows/icu4c.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronNGray committed Feb 22, 2025
1 parent 4a45c96 commit 70d0ded
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/icu4c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
name: GHA ICU4C

on:
push:
branches:
- main
- 'maint/maint*'
- release-icu4c-ubuntu.yml
paths:
- 'icu4c/**'
- 'testdata/**'
- '.github/workflows/**'
# push:
# branches:
# - main
# - 'maint/maint*'
# - release-icu4c-ubuntu.yml
# paths:
# - 'icu4c/**'
# - 'testdata/**'
# - '.github/workflows/**'
pull_request:
branches: '**'
paths:
Expand Down

0 comments on commit 70d0ded

Please sign in to comment.