Skip to content

Commit

Permalink
Small fixes in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AAClause committed Jul 31, 2020
1 parent 46ba139 commit 8a4a05c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: pot build
name: scons pot
on:
push:
branches:
- master

jobs:
build:
scons-pot:
runs-on: ubuntu-latest
steps:
- name: checkout repository
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Addon build
name: scons
on: [push, pull_request]
jobs:
build:
scons:
runs-on: ubuntu-latest
steps:
- name: checkout repository
Expand Down

0 comments on commit 8a4a05c

Please sign in to comment.