mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
Actions: only test on pushes to master.
Continue to test all pull requests, but only retest pushes to master so that work in progress prs don't create quite as much test traffic.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
name: test
|
||||
|
||||
on:
|
||||
# Every push onto the main branch triggers a retest.
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
# All pull_requests trigger a retest.
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user