Skip to content

Commit

Permalink
Merge pull request #279 from tevador/pr-ci1
Browse files Browse the repository at this point in the history
Avoid redundant CI runs
  • Loading branch information
tevador authored Oct 9, 2023
2 parents 9ea7608 + 48fa275 commit fa7c043
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: C/C++ CI

on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:

jobs:
build-alpine:
Expand Down

0 comments on commit fa7c043

Please sign in to comment.