Skip to content

Commit

Permalink
Only run CI on tags/pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 4, 2021
1 parent c135f74 commit 075167b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
push:
tags: [ 'v*' ]
pull_request:

name: Build x86_64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
push:
tags: ['v*']
pull_request:

name: Build aarch64
Expand Down

0 comments on commit 075167b

Please sign in to comment.