Skip to content

Commit

Permalink
Avoid redundant CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
tevador committed Oct 9, 2023
1 parent 1c603a2 commit 48fa275
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 48fa275

Please sign in to comment.