Skip to content

Commit 6fa7031

Browse files
authored
Update build-linux-gcc16-docker.yml
Enable workflow on pull request and push
1 parent 50c2916 commit 6fa7031

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-linux-gcc16-docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ name: Linux build (GCC 16, Docker)
1515

1616
on:
1717
workflow_dispatch:
18-
# pull_request:
19-
# push:
20-
# branches:
21-
# - master
22-
# - main
18+
pull_request:
19+
push:
20+
branches:
21+
- master
22+
- main
2323

2424
permissions:
2525
contents: read

0 commit comments

Comments
 (0)