Compare commits
1
Commits
v0.0.2-dev
...
v0.0.3-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3169953f3f |
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.event.base_ref == 'refs/heads/master' || github.event.base_ref == 'refs/heads/development'
|
||||
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
|
||||
Reference in New Issue
Block a user