Skip to content

Commit

Permalink
Execute tests workflow on push
Browse files Browse the repository at this point in the history
  • Loading branch information
sandre35 committed Feb 23, 2024
1 parent bce3f00 commit 9a50f3a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Tests

on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 0 * * 0' # weekly
on: push

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand Down

0 comments on commit 9a50f3a

Please sign in to comment.