Skip to content

Commit

Permalink
run CI on all push and pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Nov 23, 2023
1 parent d4c9ad4 commit 6a50d6a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
name: actions

on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 6 * * *'
- push
- pull_request

jobs:
test:
Expand Down

0 comments on commit 6a50d6a

Please sign in to comment.