remove dev source branch condition

This commit is contained in:
Jeremy Wu 2025-06-02 12:19:06 +00:00
parent a1a4ef6b22
commit dfbc84780a

View file

@ -9,7 +9,6 @@ on:
jobs:
update-pr:
if: github.head_ref == 'dev'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4