Skip to content

Commit

Permalink
workflows: on push to any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Jul 25, 2020
1 parent 4466a32 commit 37f5505
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test Action

on: push
on:
push:
branches:
- '*'

jobs:
test:
Expand Down

0 comments on commit 37f5505

Please sign in to comment.