Skip to content

Commit

Permalink
revise ci build triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossless committed Jan 1, 2025
1 parent a569ef5 commit 12cbd53
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build

on:
push: {}
push:
branches: [master]
pull_request:
types: [opened, reopened, synchronize]

name: Build
branches: [master]

jobs:
build:

0 comments on commit 12cbd53

Please sign in to comment.