this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't run CI twice on PRs

alice d3ef3151 c898ba3e

+5 -1
+5 -1
.github/workflows/build.yml
··· 1 1 name: Build 2 2 3 - on: [push, pull_request] 3 + on: 4 + push: 5 + branches: 6 + - main 7 + pull_request: 4 8 5 9 # as recommended by: https://github.com/actions/checkout/issues/1590 6 10 env: