Skip to content

Commit

Permalink
fix upper branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek committed Apr 9, 2024
1 parent 961b5f9 commit cee7319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: ci
on:
push:
branches: [ master ]
branches: [ chains/coreum ]
pull_request:
branches: [ master ]
branches: [ chains/coreum ]
schedule:
- cron: '0 1 * * 1' # At 01:00 on Monday
workflow_dispatch:
Expand Down

0 comments on commit cee7319

Please sign in to comment.