Skip to content

Commit

Permalink
Updated workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
microcompiler committed Aug 7, 2021
1 parent 0a17435 commit cb2c88e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [main, develop]
branches: [master, develop]
paths:
- '**'
- '!.editorconfig'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
release:
branches: [main]
branches: [master]
types: [published]

env:
Expand Down

0 comments on commit cb2c88e

Please sign in to comment.