Skip to content

Commit

Permalink
Remove branch restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Feb 26, 2023
1 parent 0e3e529 commit 593ecf7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CI
on:
push:
branches:
- staging
- trying

jobs:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: master
on:
push:
branches:
- master
schedule:
- cron: '0 0 * * 0' # 00:00 Sunday

Expand Down

0 comments on commit 593ecf7

Please sign in to comment.