Skip to content

Commit

Permalink
workflows added
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Kumar <[email protected]>
  • Loading branch information
shashankiitbhu committed Dec 11, 2024
1 parent 9bf62de commit cee6462
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
branches: [ 'main' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'main' ]
branches:
- main
- web3j-android
schedule:
- cron: '35 2 * * 3'

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Publish snapshot
on:
workflow_run:
workflows: [ 'Build' ]
branches: [ main ]
branches:
- main
- web3j-android
types: [ completed ]

jobs:
Expand Down

0 comments on commit cee6462

Please sign in to comment.