Skip to content

Commit

Permalink
Merge pull request #2734 from anttiharju/prevent-duplicate-CI-runs
Browse files Browse the repository at this point in the history
Prevent duplicate CI runs in PRs
  • Loading branch information
PhilippC authored Dec 31, 2024
2 parents dad9b0e + 6e30dd3 commit 8304948
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build keepass2android app

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

jobs:
# macos:
Expand Down

0 comments on commit 8304948

Please sign in to comment.