Skip to content

Commit

Permalink
[gccjit] fix label check
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu committed Dec 2, 2024
1 parent 4c9b852 commit dd01c7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-gccjit-trunk.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build (gccjit-trunk)
on: [push, pull_request, labeled]
on:
push:
pull_request:
types: [labeled, synchronize, opened, reopened]

jobs:
build:
Expand Down

0 comments on commit dd01c7f

Please sign in to comment.