Skip to content

Commit

Permalink
ci: Set push and pull event branches to prevent duplicate runs
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Nov 5, 2024
1 parent 3222b59 commit d614e97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flatpak-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
on:
push:
# branches: [master]
branches: master
pull_request:
branches: master
workflow_dispatch:

name: CI
jobs:
Expand Down

0 comments on commit d614e97

Please sign in to comment.