Skip to content

Commit

Permalink
ci: run workflow on all commits
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnass committed Oct 12, 2024
1 parent b509611 commit 474cd45
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
name: Test

on:
push:
branches:
- main
pull_request:
branches:
- main

permissions:
checks: write
contents: write
on: [push, pull_request]

jobs:
test:
Expand Down

0 comments on commit 474cd45

Please sign in to comment.